me
/
guix
Archived
1
0
Fork 0

gnu: gnome-backgrounds: Update to 40.1.

* gnu/packages/gnome.scm (gnome-backgrounds): Update to 40.1.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -9052,16 +9052,16 @@ is complete it provides a graphical representation of each selected folder.")
(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)))