1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

gnu: ark: Update to 24.12.3.

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

Change-Id: I286e46d7c86d094aeb3d4f3c6d6e12487cf6fce0
This commit is contained in:
Zheng Junjie
2025-03-09 15:02:23 +08:00
parent 99075df54a
commit bc9600213a

View File

@@ -60,14 +60,14 @@
(define-public ark
(package
(name "ark")
(version "24.12.2")
(version "24.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ark-" version ".tar.xz"))
(sha256
(base32
"181w855vvg08xcd7d0nmnvcdnjhp0nix23d6g5gmx9agb6ppmbdd"))
"1gsazr9qc4s9ybgmz43dsmlkl2gnszqfcrbsnaznjlgmg0wd9caf"))
;; The libarchive package in Guix does not support
;; xar; disable related tests.
(patches (search-patches "ark-skip-xar-test.patch"))))