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

commit 1b0fd6dad8e03c40759a308669f9dc7d8524e6de
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 12:43:08 2024 +0100

    gnu: gnome-shell-extensions: Update to 46.2.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 46.2.
    
    Reviewed-by: Maxim Cournoyer <[email protected]>
---
 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 83f4879a4f..91ccb47fcd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11074,7 +11074,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "44.0")
+    (version "46.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -11082,7 +11082,7 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c"))))
+                "0vyqqzqdd69sgarzpahxfj056rcm0hlk9hd52pr5y4i5d79fjhnl"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to