me
/
guix
Archived
1
0
Fork 0

gnu: kiconthemes: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.4.0.

Change-Id: I6e57c947e308a2019d1132566b1be89cfd2eb1ac
master
Zheng Junjie 2024-07-20 00:24:51 +08:00
parent d5b137965c
commit e8a88b1b87
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3733,7 +3733,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes
(package
(name "kiconthemes")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3742,7 +3742,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz"))
(sha256
(base32
"00y3gjrplxk29l0f11yf7d9cszzf7ggady87pwj7j87qr6pr8lwl"))))
"0iqz2r5yx3n1jjkw9lhscm0g1gc8sq6q6ln5v0gakxy3iqrjr9fm"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools shared-mime-info))