Archived
1
0
Fork 0

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 @@ is complete it provides a graphical representation of each selected folder.")
(define-public gnome-backgrounds (define-public gnome-backgrounds
(package (package
(name "gnome-backgrounds") (name "gnome-backgrounds")
(version "3.34.0") (version "40.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/" (version-major version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2")))) "03m7ldfk00cly9igrq0qizq1y0f45vijmm23f1dl5kh1lc6qmpv0"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal))) `(("gettext" ,gettext-minimal)))