gnu: mate-backgrounds: Update to 1.26.0.

* gnu/packages/mate.scm (mate-backgrounds): update to 1.26.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2023-06-15 10:35:19 -07:00 committed by 宋文武
parent 177c35a344
commit 4504449cb7
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1084,7 +1084,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
(version "1.24.1")
(version "1.26.0")
(source
(origin
(method url-fetch)
@ -1092,7 +1092,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
"0b9yx68p9l867bqsl9z2g4wrs8p396ls673jgaliys5snmk8n8dn"))))
"0379hngy3ap1r5kmqvmzs9r710k2c9nal2ps3hq765df4ir15j8d"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool))