guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 99d9c34745f9d42cd6422c0e0f7d6e1c4d143768
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:32 2026 +0530
gnu: ark: Update to 26.04.1.
* gnu/packages/kde-utils.scm (ark): Update to 26.04.1.
Change-Id: I3a90220055a2ffc923695b85974881a768508657
---
gnu/packages/kde-utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 5cd303f62c..fd537365d3 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -66,14 +66,14 @@
(define-public ark
(package
(name "ark")
- (version "25.12.3")
+ (version "26.04.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/ark-" version ".tar.xz"))
(sha256
(base32
- "12q2brbgg68kknf193wx44spg8jbqzib58hhrvnkqvr1ivq7xwl1"))
+ "0wcccrdfadllcafz9mdavbp9yafmylh72anv5j89j16mnm746mg3"))
;; The libarchive package in Guix does not support
;; xar; disable related tests.
(patches (search-patches "ark-skip-xar-test.patch"))))