lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit e473b209bbead81a41ff5049612ed8c877dced1e
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:47:07 2021 +0100

    gnu: gnome-backgrounds: Update to 3.38.0.
    
    * gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.38.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 663ca79..841943c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8827,7 +8827,7 @@ is complete it provides a graphical representation of 
each selected folder.")
 (define-public gnome-backgrounds
   (package
     (name "gnome-backgrounds")
-    (version "3.34.0")
+    (version "3.38.0")
     (source
      (origin
        (method url-fetch)
@@ -8836,7 +8836,7 @@ is complete it provides a graphical representation of 
each selected folder.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
+         "1qqygm15rcdgm36vz2iy7b9axndjzvpi29lmygyakjc07a3jlwgp"))))
     (build-system meson-build-system)
     (native-inputs
      `(("intltool" ,intltool)))

Reply via email to