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

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

    gnu: gnome-shell: Update to 48.3.
    
    * gnu/packages/gnome.scm (gnome-shell): Update to 48.3.
    
    Change-Id: Ia7592e3f29191799c875df4c46893db738eef671
---
 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 5d159fa2bd..e69d1efb8d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9466,7 +9466,7 @@ properties, screen resolution, and other GNOME 
parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "46.10")
+    (version "48.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9474,7 +9474,7 @@ properties, screen resolution, and other GNOME 
parameters.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1dmpv6n05r7ryl4rq39755bv3f1x50kxk049phnlsyfxfn7m1jcs"))))
+                "0awv790zxxp31vdhyjkn37bmylj2y3hih9kka57g34w5fky060pv"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references

Reply via email to