diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-09-18 18:48:40 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-09-18 19:18:20 +0200 |
commit | 98660657147be976b84e753be84b60dba1fac925 (patch) | |
tree | 262b92b13b39f9971269848dc5a441308db0f4fe /gnu/packages/gnome-xyz.scm | |
parent | ab565f1e5464fa56963ca3a62c0332cf8d26d8a5 (diff) | |
download | guix-98660657147be976b84e753be84b60dba1fac925.tar guix-98660657147be976b84e753be84b60dba1fac925.tar.gz |
gnu: gnome-shell-extension-burn-my-windows: Update to 21.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update to 21.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 439aacd876..429ede8650 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -914,7 +914,7 @@ position when the mouse is moved rapidly.") (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") - (version "15") + (version "21") (source (origin (method git-fetch) @@ -923,7 +923,7 @@ position when the mouse is moved rapidly.") (commit (string-append "v" version)))) (sha256 (base32 - "1gabnqdk11n6345jzv9sc4yjmfrdgg0lsz6zc29gc5afzgirkhm5")) + "07ckfl47pq83nhb77v230zfxlz3imga3s8nn3sr9cq4zxvbkj2r4")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments |