gnu: mate-icon-theme: Update to 1.24.0.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
3b4d7cdccc
commit
947dc39e18
|
@ -133,7 +133,7 @@ actions.")
|
||||||
(define-public mate-icon-theme
|
(define-public mate-icon-theme
|
||||||
(package
|
(package
|
||||||
(name "mate-icon-theme")
|
(name "mate-icon-theme")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -141,7 +141,7 @@ actions.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"090vfxpn1b1wwvkilv1j3cx4swdm4z0s7xyvhvqhdzj58zsf2000"))))
|
"0a2lz61ivwwcdznmwlmgjr6ipr9sdl5g2czbagnpxkwz8f3m77na"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue