mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: oxygen-icons: Update to 5.112.0.
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.112.0. Change-Id: Ibaadb681503cc0b95a1b48c4a799f03783f92eb0
This commit is contained in:
parent
3f94182db4
commit
13a4368b46
1 changed files with 2 additions and 2 deletions
|
@ -1337,7 +1337,7 @@ (define-public networkmanager-qt
|
||||||
(define-public oxygen-icons
|
(define-public oxygen-icons
|
||||||
(package
|
(package
|
||||||
(name "oxygen-icons")
|
(name "oxygen-icons")
|
||||||
(version "5.108.0")
|
(version "5.112.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1346,7 +1346,7 @@ (define-public oxygen-icons
|
||||||
name "5" "-" version ".tar.xz"))
|
name "5" "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w9zcgii9z91060cnqcalv8vnj03xrnjr5k6crx28szrpplqcvxd"))))
|
"0yw2mixy5p8pw9866rfr0wcjhvilznakd0h6934svv0dk3lv054a"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules fdupes))
|
(list extra-cmake-modules fdupes))
|
||||||
|
|
Loading…
Reference in a new issue