guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: gnome-shell-extension-burn-my-windows: Update to 15.


From: guix-commits
Subject: 10/20: gnu: gnome-shell-extension-burn-my-windows: Update to 15.
Date: Sun, 8 May 2022 18:08:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f374a4a1e5ced620925a9d3237c72ad3dd2af4f2
Author: Charles <charles.b.jackson@protonmail.com>
AuthorDate: Sat Apr 30 17:07:31 2022 -0500

    gnu: gnome-shell-extension-burn-my-windows: Update to 15.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update
    to 15.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 fb071cb89b..facf43c0fe 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -825,7 +825,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 "7")
+    (version "15")
     (source
      (origin
        (method git-fetch)
@@ -834,7 +834,7 @@ position when the mouse is moved rapidly.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1513kh6dfvnaj5jq2mm7rv1k54v91hjckgim1dpqlxwnv4gi9krd"))
+         "1gabnqdk11n6345jzv9sc4yjmfrdgg0lsz6zc29gc5afzgirkhm5"))
        (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]