gnu: breeze-icons: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.4.0. Change-Id: I963058c2bbdb603480b0fe98649cede00cc4b212master
parent
1c78f72915
commit
ea0462d90a
|
@ -423,7 +423,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
|
||||||
(define-public breeze-icons
|
(define-public breeze-icons
|
||||||
(package
|
(package
|
||||||
(name "breeze-icons")
|
(name "breeze-icons")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||||
|
@ -431,7 +431,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09p6fjja5yqf1zvfjdik997clnhbyd1xx4gnqhyz3nypy9w669k7"))))
|
"000s3yz7d2llaaq2h68qfvphjhiaa9v5j8xfxqx058mxw610qv3b"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
|
|
Reference in New Issue