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

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

    gnu: gnome-shell-extension-paperwm: Update to 49.0.0.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 
49.0.0.
---
 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 7a389b10a5..d871bff374 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1072,7 +1072,7 @@ It uses ES6 syntax and claims to be more actively 
maintained than others.")
 (define-public gnome-shell-extension-paperwm
   (package
     (name "gnome-shell-extension-paperwm")
-    (version "47.1.0")                  ; still compatible with GNOME 46
+    (version "49.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1081,7 +1081,7 @@ It uses ES6 syntax and claims to be more actively 
maintained than others.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vgrkda38va1pwrzf5bkkmfbpm2i61487x86zky2f02wimxl9i7m"))
+                "12maipa07pywm8yjf01lxllqb06byw5xkm0g9v1gzvakdrr42c0a"))
               (snippet
                '(begin (delete-file "schemas/gschemas.compiled")))))
     (build-system copy-build-system)

Reply via email to