guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: kanshi: Update to 1.3.0.


From: guix-commits
Subject: 10/10: gnu: kanshi: Update to 1.3.0.
Date: Mon, 14 Nov 2022 06:32:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4ba780aeb8dec8e813f0cdfb53c386164b1364cd
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Fri Nov 4 23:50:28 2022 -0400

    gnu: kanshi: Update to 1.3.0.
    
    * gnu/packages/wm.scm (kanshi): Update to 1.3.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 52ef61ee34..70e5fc359a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1844,7 +1844,7 @@ compositors that support the layer-shell protocol.")
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1853,7 +1853,7 @@ compositors that support the layer-shell protocol.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10lxagwc2pkq86g2sxkwljjd39sahp3w1j5yx853d3c4d95iwls5"))))
+        (base32 "0sa8k74d24ijw6ml1yyy75dk763r2sbm7fgk033g5xnx28kd394j"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config scdoc))



reply via email to

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