1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnome-shell-extension-paperwm: Update to 49.0.0.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 49.0.0.
This commit is contained in:
Liliana Marie Prikler
2025-11-21 11:34:04 +01:00
committed by Andreas Enge
parent 6aaab6b889
commit 40c708e644

View File

@@ -1070,7 +1070,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
@@ -1079,7 +1079,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)