gnu: gnome-shell-extension-burn-my-windows: Update to 22.
* gnu/packages/gnome-xyz (gnome-shell-extension-burn-my-windows): Update to 22. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
8ebb5b64fd
commit
1cb49932d7
1 changed files with 2 additions and 2 deletions
|
@ -1015,7 +1015,7 @@ position when the mouse is moved rapidly.")
|
||||||
(define-public gnome-shell-extension-burn-my-windows
|
(define-public gnome-shell-extension-burn-my-windows
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-burn-my-windows")
|
(name "gnome-shell-extension-burn-my-windows")
|
||||||
(version "21")
|
(version "22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1024,7 +1024,7 @@ position when the mouse is moved rapidly.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07ckfl47pq83nhb77v230zfxlz3imga3s8nn3sr9cq4zxvbkj2r4"))
|
"185xrf330d9bflmk0l61cnzlylnppb2v4yz6v6ygkk4zpwyil8np"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue