1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: ark: Update to 25.12.2.

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

Change-Id: I9a72624d449fac1bc3ca24eaec1f4579c42125b3
This commit is contained in:
Sughosha
2026-02-08 23:59:28 +05:30
committed by Andreas Enge
parent 6ad581fd5f
commit 9ca615a654
+2 -2
View File
@@ -65,14 +65,14 @@
(define-public ark
(package
(name "ark")
(version "25.12.0")
(version "25.12.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ark-" version ".tar.xz"))
(sha256
(base32
"1h5m9c17ndg02jwgnbxh7fb6xjqy2zivlahbqa15fd4z0h0pw451"))
"0y5454r7nkqk66rq7w8xiihmnm9myrwxcg2imhy7cnn62h4kbmxb"))
;; The libarchive package in Guix does not support
;; xar; disable related tests.
(patches (search-patches "ark-skip-xar-test.patch"))))