gnu: mate-backgrounds: Update to 1.24.1.

* gnu/packages/mate.scm (mate-backgrounds): Update to 1.24.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jonathan Brielmaier 2020-03-30 15:22:04 +02:00 committed by Ludovic Courtès
parent b30b55b3ee
commit 66adc72e7a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1128,7 +1128,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
(version "1.22.0")
(version "1.24.1")
(source
(origin
(method url-fetch)
@ -1136,7 +1136,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
"1j9ch04qi2q4mdcvb92w667ra9hpfdf2bfpi1dpw0nbph7r6qvj9"))))
"0b9yx68p9l867bqsl9z2g4wrs8p396ls673jgaliys5snmk8n8dn"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)))