1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

gnu: ark: Update to 25.08.3.

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

Change-Id: I6ac494109c8e3902db961a582ecf4279ac654674
This commit is contained in:
Sughosha
2025-11-09 10:10:32 +05:30
committed by Andreas Enge
parent 5e6024c7f1
commit cf785efa4f
+2 -2
View File
@@ -64,14 +64,14 @@
(define-public ark
(package
(name "ark")
(version "25.08.2")
(version "25.08.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ark-" version ".tar.xz"))
(sha256
(base32
"1jnbn1ykzwqbccbgn3i00ymjhyvpdp1hnymv8cs0y1c03vnangkn"))
"0ksmvrhwb8np3yy8gcrqh5hny3712gqn8jyj0bgq00h9bwlvfkya"))
;; The libarchive package in Guix does not support
;; xar; disable related tests.
(patches (search-patches "ark-skip-xar-test.patch"))))