apteryx pushed a commit to branch elogind-updates
in repository guix.

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

    gnu: gnome-shell-extensions: Update to 46.5.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 46.5.
    
    Change-Id: I746aee511cb2175f4f192fad63408dc74a4606a0
---
 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 3b4c98146a..e35d5f3960 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11147,7 +11147,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "46.2")
+    (version "46.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -11155,7 +11155,7 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vyqqzqdd69sgarzpahxfj056rcm0hlk9hd52pr5y4i5d79fjhnl"))))
+                "06fcy79wgr3zyqgp6c433a6yfirv808zrhk50nss6mdgxqgd4cnv"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to