mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: gnome-shell-extension-paperwm: Update to 36.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 36.0.
This commit is contained in:
parent
aaa8893715
commit
9720894cc8
1 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ (define-public gnome-shell-extension-noannoyance
|
|||
(define-public gnome-shell-extension-paperwm
|
||||
(package
|
||||
(name "gnome-shell-extension-paperwm")
|
||||
(version "34.3")
|
||||
(version "36.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -442,7 +442,7 @@ (define-public gnome-shell-extension-paperwm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qry75f696pgmd9yzqvwhq5h6cipin2fvk7h881g29cjcpxim37a"))
|
||||
"1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly"))
|
||||
(snippet
|
||||
'(begin (delete-file "schemas/gschemas.compiled")))))
|
||||
(build-system copy-build-system)
|
||||
|
|
Loading…
Reference in a new issue