guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/80: gnu: gnome-backgrounds: Update to 40.1.


From: guix-commits
Subject: 04/80: gnu: gnome-backgrounds: Update to 40.1.
Date: Sat, 2 Oct 2021 06:55:55 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 22eaafa267d687d112ed4754282911ce74c41f46
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 17:32:31 2021 +0000

    gnu: gnome-backgrounds: Update to 40.1.
    
    * gnu/packages/gnome.scm (gnome-backgrounds): Update to 40.1.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2fcbf77..1cb7c4f 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]