mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: breeze-icons: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.114.0. Change-Id: I685b598ffd72ceb918dd222473a21c439e71cc21
This commit is contained in:
parent
e1fec8139c
commit
c3cb6eb740
1 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@ (define-public bluez-qt
|
|||
(define-public breeze-icons
|
||||
(package
|
||||
(name "breeze-icons")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
|
@ -382,7 +382,7 @@ (define-public breeze-icons
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"175g6352lv8gq6sn4pkl91b51njdliryb82x2wdjbvzlc3zhfrcy"))))
|
||||
"0z5cpv10jyjdwjfkm7nj6hyp4vj29apm476hvbpb4gan27jyb91y"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules
|
||||
|
|
Loading…
Reference in a new issue