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

commit 9947187c68f5a9ead15f08783cf2cf61d59cd8ff
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Dec 7 13:15:25 2024 +0100

    gnu: gnome-shell-extension-v-shell: Update to 47.1.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-v-shell): Update to 
47.1.
    
    Reviewed-by: Maxim Cournoyer <maxim.courno...@gmail.com>
---
 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 7ec09b72b5..9a55f08620 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1080,7 +1080,7 @@ copies you now want to paste.")
 (define-public gnome-shell-extension-v-shell
   (package
     (name "gnome-shell-extension-v-shell")
-    (version "37")
+    (version "47.1")
     (source
      (origin
        (method git-fetch)
@@ -1089,7 +1089,7 @@ copies you now want to paste.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1h9f3g1dswxkka0yyj51610w86mwl46ylch19b51gj5mmxlyvzlv"))
+         "0c2hl7wi83aacl5w09h5daph06zwiv63vn9za2v63az1i8333sgi"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments

Reply via email to