guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: gnome-shell-extension-burn-my-windows: Update to 22.


From: guix-commits
Subject: 03/03: gnu: gnome-shell-extension-burn-my-windows: Update to 22.
Date: Sat, 24 Dec 2022 01:31:07 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 1cb49932d7f43e68b6ef6e07c20b562682f7f279
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Sat Dec 17 06:53:46 2022 +0000

    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>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]