me
/
guix
Archived
1
0
Fork 0

gnu: kiconthemes: Update to 5.114.0.

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

Change-Id: I0612a4495adbbfad6c29baabb486fc7ceb19c5a1
master
Maxim Cournoyer 2024-01-18 11:33:26 -05:00
parent c999077d88
commit 076e50d147
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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