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

commit 91d00ac8372dc8a4447f35cd51d6eaf7a127e718
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:19 2025 +0900

    gnu: gnome-initial-setup: Update to 48.1.
    
    * gnu/packages/gnome.scm (gnome-initial-setup): Update to 48.1.
    
    Change-Id: If3a62c4c21ec4981867bfec5ce42f9aa290ae26b
---
 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 54cbda73b6..ef408248d1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1410,7 +1410,7 @@ extraction, and lookup for applications on the desktop.")
 (define-public gnome-initial-setup
   (package
     (name "gnome-initial-setup")
-    (version "46.7")
+    (version "48.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
@@ -1418,7 +1418,7 @@ extraction, and lookup for applications on the desktop.")
                                   "/gnome-initial-setup-" version ".tar.xz"))
               (sha256
                (base32
-                "00cwlzgg50y1ckgddpwx55vvsxc6mxfmwrakf440awiiz1lk5ild"))))
+                "0piij9snaj4gmy39jx94ca43slc9aihvmg8z4h9gyrdng5zbznmk"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to