lilyp pushed a commit to branch gnome-team
in repository guix.

commit 647ff3fbc0129d1d58db1420f71079bc3f308afc
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100

    gnu: gnome-initial-setup: Update to 46.7.
    
    * gnu/packages/gnome.scm (gnome-initial-setup): Update to 46.7.
---
 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 3c44a33d94..9c8a5954f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1576,7 +1576,7 @@ extraction, and lookup for applications on the desktop.")
 (define-public gnome-initial-setup
   (package
     (name "gnome-initial-setup")
-    (version "46.4")
+    (version "46.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
@@ -1584,7 +1584,7 @@ extraction, and lookup for applications on the desktop.")
                                   "/gnome-initial-setup-" version ".tar.xz"))
               (sha256
                (base32
-                "1mqvvsl161pi4sv2x6b90rfs4a2166da9rkgkcpd67pwfhgyjxmr"))))
+                "00cwlzgg50y1ckgddpwx55vvsxc6mxfmwrakf440awiiz1lk5ild"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to