gnu: ark: Update to 24.12.1.

* gnu/packages/kde-utils.scm (ark): Update to 24.12.1.
* gnu/packages/patches/ark-skip-xar-test.patch: Adjust it.

Change-Id: Ib8cb7ec347b6373a2fbe7857925dea4b0d7af782
This commit is contained in:
Zheng Junjie 2025-01-10 00:36:45 +08:00
parent 74536e137d
commit 220e323893
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0
2 changed files with 6 additions and 5 deletions

View file

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