mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: breeze-icons: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.5.0. Change-Id: Id126c37ed7749cd6d3d861102ca9350d956648ff
This commit is contained in:
parent
066f0989be
commit
a7fbad5b99
1 changed files with 2 additions and 2 deletions
|
@ -423,7 +423,7 @@ (define-public bluez-qt
|
|||
(define-public breeze-icons
|
||||
(package
|
||||
(name "breeze-icons")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
|
@ -431,7 +431,7 @@ (define-public breeze-icons
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"000s3yz7d2llaaq2h68qfvphjhiaa9v5j8xfxqx058mxw610qv3b"))))
|
||||
"1i5h39asvjsbx4d5p3b78gvfa514yjchn394ph77b4a8z2p8yvna"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules
|
||||
|
|
Loading…
Reference in a new issue