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

commit 975cde506f4d652f394edf40faee7170187a557c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:34:21 2025 +0100

    gnu: gnome-shell-extension-v-shell: Update to 49.6.1.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-v-shell): Update to 
49.6.1.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d82470231b..a2fb6b8849 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1189,7 +1189,7 @@ copies you now want to paste.")
 (define-public gnome-shell-extension-v-shell
   (package
     (name "gnome-shell-extension-v-shell")
-    (version "47.1")
+    (version "49.6.1")
     (source
      (origin
        (method git-fetch)
@@ -1198,7 +1198,7 @@ copies you now want to paste.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0c2hl7wi83aacl5w09h5daph06zwiv63vn9za2v63az1i8333sgi"))
+         "1mlmk4k3mwaa1xjbnzchasxw7s8ll2vp2zv68lgjgfdc0mim9q87"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments

Reply via email to