diff options
author | Sughosha <Sughosha@proton.me> | 2022-12-17 06:53:46 +0000 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-12-24 07:17:50 +0100 |
commit | 1cb49932d7f43e68b6ef6e07c20b562682f7f279 (patch) | |
tree | 4005e48aa7a23a9159e2493d0d643789b9ca7273 /gnu/packages/gnome-xyz.scm | |
parent | 8ebb5b64fda69d79b9acf9874782637da7bb67c6 (diff) | |
download | guix-1cb49932d7f43e68b6ef6e07c20b562682f7f279.tar guix-1cb49932d7f43e68b6ef6e07c20b562682f7f279.tar.gz |
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>
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 04b9ea2fe1..62ffddbb44 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1015,7 +1015,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 "21") + (version "22") (source (origin (method git-fetch) @@ -1024,7 +1024,7 @@ position when the mouse is moved rapidly.") (commit (string-append "v" version)))) (sha256 (base32 - "07ckfl47pq83nhb77v230zfxlz3imga3s8nn3sr9cq4zxvbkj2r4")) + "185xrf330d9bflmk0l61cnzlylnppb2v4yz6v6ygkk4zpwyil8np")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments |