mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ark: Update to 25.04.0.
* gnu/packages/kde-utils.scm (ark): Update to 25.04.0. Change-Id: I1c9a3a5183ceaaca1c49311ad7944c70d3c2e0fd
This commit is contained in:
parent
45586b4c6d
commit
af4d1c6c8b
1 changed files with 2 additions and 2 deletions
|
@ -61,14 +61,14 @@
|
||||||
(define-public ark
|
(define-public ark
|
||||||
(package
|
(package
|
||||||
(name "ark")
|
(name "ark")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ark-" version ".tar.xz"))
|
"/src/ark-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gsazr9qc4s9ybgmz43dsmlkl2gnszqfcrbsnaznjlgmg0wd9caf"))
|
"1dymi06sifxdg183nzb7pq14b6pq3malmvynd7fvccyg1fycmbq7"))
|
||||||
;; The libarchive package in Guix does not support
|
;; The libarchive package in Guix does not support
|
||||||
;; xar; disable related tests.
|
;; xar; disable related tests.
|
||||||
(patches (search-patches "ark-skip-xar-test.patch"))))
|
(patches (search-patches "ark-skip-xar-test.patch"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue