guix-patches
[Top][All Lists]
Advanced

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

[bug#60152] [PATCH] gnu: gnome-shell-extension-burn-my-windows: Update t


From: Sughosha
Subject: [bug#60152] [PATCH] gnu: gnome-shell-extension-burn-my-windows: Update to 22
Date: Sat, 17 Dec 2022 06:53:46 +0000

* gnu/packages/gnome-xyz (gnome-shell-extension-burn-my-windows): Update to 22.
---
 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 8be9c55..59e7ee2 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1015,16 +1015,16 @@ 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)
        (uri (git-reference
              (url "https://github.com/Schneegans/Burn-My-Windows/";)
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "07ckfl47pq83nhb77v230zfxlz3imga3s8nn3sr9cq4zxvbkj2r4"))
+         "185xrf330d9bflmk0l61cnzlylnppb2v4yz6v6ygkk4zpwyil8np"))
        (file-name (git-file-name name version))))
     (build-system copy-build-system)
     (arguments
--
libgit2 1.4.3






reply via email to

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