mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: gnome-shell-extension-burn-my-windows: Update to 15.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update to 15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
522c842a1c
commit
f374a4a1e5
1 changed files with 2 additions and 2 deletions
|
@ -825,7 +825,7 @@ (define-public gnome-shell-extension-jiggle
|
|||
(define-public gnome-shell-extension-burn-my-windows
|
||||
(package
|
||||
(name "gnome-shell-extension-burn-my-windows")
|
||||
(version "7")
|
||||
(version "15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -834,7 +834,7 @@ (define-public gnome-shell-extension-burn-my-windows
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1513kh6dfvnaj5jq2mm7rv1k54v91hjckgim1dpqlxwnv4gi9krd"))
|
||||
"1gabnqdk11n6345jzv9sc4yjmfrdgg0lsz6zc29gc5afzgirkhm5"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue