mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ark: Update to 23.04.3.
* gnu/packages/kde-utils.scm (ark): Update to 23.04.3. [inputs]: Add kiconthemes.
This commit is contained in:
parent
2cbf909ce0
commit
567a2c7552
1 changed files with 3 additions and 2 deletions
|
@ -52,14 +52,14 @@ (define-module (gnu packages kde-utils)
|
||||||
(define-public ark
|
(define-public ark
|
||||||
(package
|
(package
|
||||||
(name "ark")
|
(name "ark")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(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
|
||||||
"1wjy90qkkzafwcw8d4v9cyhmc3sgfipc1085hq2ghqhvrgdyzs00"))
|
"081swq9f87yxg4dxdl5i4hszhr0q4ph402in397zfa5vpyspzy41"))
|
||||||
;; 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"))))
|
||||||
|
@ -99,6 +99,7 @@ (define-public ark
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
khtml
|
khtml
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
kitemmodels
|
kitemmodels
|
||||||
kparts
|
kparts
|
||||||
|
|
Loading…
Reference in a new issue