3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
Jonathan Brielmaier 2020-03-30 15:21:46 +02:00 committed by Ludovic Courtès
parent 3b4d7cdccc
commit 947dc39e18
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -133,7 +133,7 @@ actions.")
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -141,7 +141,7 @@ actions.")
name "-" version ".tar.xz"))
(sha256
(base32
"090vfxpn1b1wwvkilv1j3cx4swdm4z0s7xyvhvqhdzj58zsf2000"))))
"0a2lz61ivwwcdznmwlmgjr6ipr9sdl5g2czbagnpxkwz8f3m77na"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)