guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gnome-shell-extension-burn-my-windows: Update to 21.


From: guix-commits
Subject: 05/06: gnu: gnome-shell-extension-burn-my-windows: Update to 21.
Date: Sun, 18 Sep 2022 13:22:17 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 98660657147be976b84e753be84b60dba1fac925
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Sep 18 18:48:40 2022 +0200

    gnu: gnome-shell-extension-burn-my-windows: Update to 21.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): 
Update to 21.
---
 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 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



reply via email to

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