1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-20 07:34:06 +02:00

gnu: ark: Update to 26.04.1.

* gnu/packages/kde-utils.scm (ark): Update to 26.04.1.

Change-Id: I3a90220055a2ffc923695b85974881a768508657
This commit is contained in:
Sughosha
2026-05-08 06:08:32 +05:30
parent d058840601
commit d3aef2d6a3
+2 -2
View File
@@ -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"))))