mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: kiconthemes: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
d84277f4de
commit
dd12c601fc
1 changed files with 2 additions and 2 deletions
|
@ -2515,7 +2515,7 @@ (define-public kglobalaccel
|
|||
(define-public kiconthemes
|
||||
(package
|
||||
(name "kiconthemes")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2524,7 +2524,7 @@ (define-public kiconthemes
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qmld8xgabmwx2dh5395pll0a0jgirxhlbqv6aph76jg4lvynkqx"))))
|
||||
"0r8lz4jkb1g46ll79pdv8bmig1ij8fp7k6cpcy9nhkkhq0ra7svk"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools-5 shared-mime-info))
|
||||
|
|
Loading…
Reference in a new issue