gnu: gnome-backgrounds: Update to 40.1.

* gnu/packages/gnome.scm (gnome-backgrounds): Update to 40.1.
This commit is contained in:
Mathieu Othacehe 2021-09-22 17:32:31 +00:00
parent 50e0fa19f0
commit 22eaafa267
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -9052,16 +9052,16 @@ (define-public baobab
(define-public gnome-backgrounds
(package
(name "gnome-backgrounds")
(version "3.34.0")
(version "40.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
(version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
"03m7ldfk00cly9igrq0qizq1y0f45vijmm23f1dl5kh1lc6qmpv0"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)))