lilyp pushed a commit to branch gnome-team
in repository guix.

commit f766599b595c9a36ec8b401ea821e1901fb80612
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Dec 7 13:15:35 2024 +0100

    gnu: gnome-shell-extension-burn-my-windows: Update to 44.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows):
    Update to 44.
    
    Reviewed-by: Maxim Cournoyer <maxim.courno...@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 9a55f08620..8af20e7404 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1120,7 +1120,7 @@ shell, including panels, corners, workspaces.")
 (define-public gnome-shell-extension-burn-my-windows
   (package
     (name "gnome-shell-extension-burn-my-windows")
-    (version "40")
+    (version "44")
     (source
      (origin
        (method git-fetch)
@@ -1129,7 +1129,7 @@ shell, including panels, corners, workspaces.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "16n6ilszdn67835clqlr4flna69x9k00k5qrm55765dv2ny9jdcq"))
+         "1br4hv0xnb9q30p844z360f37xzk6xflfq27i8ipbxpk6bd12ik6"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments

Reply via email to