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
|
||||
(package
|
||||
(name "ark")
|
||||
(version "22.04.3")
|
||||
(version "23.04.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ark-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wjy90qkkzafwcw8d4v9cyhmc3sgfipc1085hq2ghqhvrgdyzs00"))
|
||||
"081swq9f87yxg4dxdl5i4hszhr0q4ph402in397zfa5vpyspzy41"))
|
||||
;; The libarchive package in Guix does not support
|
||||
;; xar; disable related tests.
|
||||
(patches (search-patches "ark-skip-xar-test.patch"))))
|
||||
|
@ -99,6 +99,7 @@ (define-public ark
|
|||
kdbusaddons
|
||||
khtml
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
kitemmodels
|
||||
kparts
|
||||
|
|
Loading…
Reference in a new issue