gnu: gnome-backgrounds: Update to 40.1.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 40.1.
This commit is contained in:
parent
50e0fa19f0
commit
22eaafa267
1 changed files with 3 additions and 3 deletions
|
|
@ -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)))
|
||||||
|
|
|
||||||
Reference in a new issue