gnu: mate-desktop: Update to 1.24.0.

* gnu/packages/mate.scm (mate-desktop): 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:47 +02:00 committed by Ludovic Courtès
parent 947dc39e18
commit ea5b0a6fff
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -221,7 +221,7 @@ (define-public mate-themes
(define-public mate-desktop
(package
(name "mate-desktop")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -229,7 +229,7 @@ (define-public mate-desktop
name "-" version ".tar.xz"))
(sha256
(base32
"09gn840p6qds21kxab4pidjd53g76s76i7178fdibrz462mda217"))))
"0l4bbj6nz315s5ndq5sw1jcgi3s1whk59bj12c4mbpsvmlb33adg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)