Archived
1
0
Fork 0

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:
Zheng Junjie 2023-07-12 14:55:02 +08:00 committed by 宋文武
parent d84277f4de
commit dd12c601fc
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2515,7 +2515,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes (define-public kiconthemes
(package (package
(name "kiconthemes") (name "kiconthemes")
(version "5.98.0") (version "5.108.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2524,7 +2524,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qmld8xgabmwx2dh5395pll0a0jgirxhlbqv6aph76jg4lvynkqx")))) "0r8lz4jkb1g46ll79pdv8bmig1ij8fp7k6cpcy9nhkkhq0ra7svk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools-5 shared-mime-info)) (list extra-cmake-modules qttools-5 shared-mime-info))