diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-22 17:32:31 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:14 +0000 |
commit | 22eaafa267d687d112ed4754282911ce74c41f46 (patch) | |
tree | d7fa83b764c6345cbd13fcbee72ba05eec3525cd /gnu/packages | |
parent | 50e0fa19f0f6447e18ec7f49b961f011ff4d23f1 (diff) | |
download | guix-22eaafa267d687d112ed4754282911ce74c41f46.tar.gz |
gnu: gnome-backgrounds: Update to 40.1.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 40.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2fcbf771f8..1cb7c4f10b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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))) |