guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5e9684210836043173bbfd8a1b7bc75f5b2c119d
Author: Wilko Meyer <[email protected]>
AuthorDate: Fri Feb 13 10:20:07 2026 +0100
gnu: kanshi: Update to 1.9.0.
* gnu/packages/wm.scm (kanshi): Update to 1.9.0.
Change-Id: I9351c7bb7fcc856b342db20363ed5cd4720de38b
Signed-off-by: Andreas Enge <[email protected]>
---
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 c61c257060..8dbe293700 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3298,7 +3298,7 @@ compositors that support the layer-shell protocol.")
(define-public kanshi
(package
(name "kanshi")
- (version "1.8.0")
+ (version "1.9.0")
(source
(origin
(method git-fetch)
@@ -3307,7 +3307,7 @@ compositors that support the layer-shell protocol.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1aw43fdrrgywghy59ahfxwq0613ydkpl2j6p042c0iwqv1b6fhgp"))))
+ (base32 "032mca5sj3nk1dkyjrpr3w5xxm0ig7m3r0sq0s7pnlx0bhs35b0p"))))
(build-system meson-build-system)
(inputs (list libscfg libvarlink wayland))
(native-inputs (append (if (%current-target-system)