lilyp pushed a commit to branch gnome-team
in repository guix.
commit 5fe0ae3b76e09ebec162b8b166fa1726559cd034
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 13:10:14 2024 +0100
gnu: gnome-shell-extension-paperwm: Update to 47.1.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to
47.1.0.
Reviewed-by: Maxim Cournoyer <[email protected]>
---
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 6de41d0a88..06dd8b955c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -959,7 +959,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 "44.17.0")
+ (version "47.1.0") ; still compatible with GNOME 46
(source (origin
(method git-fetch)
(uri (git-reference
@@ -968,7 +968,7 @@ It uses ES6 syntax and claims to be more actively
maintained than others.")
(file-name (git-file-name name version))
(sha256
(base32
- "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin"))
+ "0vgrkda38va1pwrzf5bkkmfbpm2i61487x86zky2f02wimxl9i7m"))
(snippet
'(begin (delete-file "schemas/gschemas.compiled")))))
(build-system copy-build-system)