mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: breeze-icons: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.10.0. Change-Id: Ie8dac146fe6f8338291b4dee866e1019d53aa109
This commit is contained in:
parent
bb68d58647
commit
25a42bf910
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,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.5.0")
|
(version "6.10.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/"
|
||||||
|
@ -432,7 +432,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i5h39asvjsbx4d5p3b78gvfa514yjchn394ph77b4a8z2p8yvna"))))
|
"0ahyqdlnp7yhd66v6h30pbkjka6gqk9is7yl06l5wrdyaywqwigy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue