mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kiconthemes: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.5.0. Change-Id: I45fabff543bbe149ec8e277efd159cc30dbc641f
This commit is contained in:
parent
2064291364
commit
29e7ae78c9
1 changed files with 2 additions and 2 deletions
|
@ -3733,7 +3733,7 @@ window does not need focus for them to be activated.")
|
||||||
(define-public kiconthemes
|
(define-public kiconthemes
|
||||||
(package
|
(package
|
||||||
(name "kiconthemes")
|
(name "kiconthemes")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3742,7 +3742,7 @@ window does not need focus for them to be activated.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iqz2r5yx3n1jjkw9lhscm0g1gc8sq6q6ln5v0gakxy3iqrjr9fm"))))
|
"0c8kfbr0d9igxwjq1y3p4xs4qvj98cfxax54bbr8hgqbirwcbi6d"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools shared-mime-info))
|
(list extra-cmake-modules qttools shared-mime-info))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue