cbaines pushed a commit to branch master
in repository guix.

commit 60155bdfcfe773e0243da40408e89ffd41708bdf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Apr 5 00:14:38 2025 +0900

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

Reply via email to