guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit fcd8c6c8dfbfd6a7bbcd9763f6cd745aee328d01
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 cb3e51328d..bdadeab2b2 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -65,14 +65,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"))))