aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-08-22 22:44:42 +0200
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-23 22:29:14 +0800
commit883e900e514a22fe9813f33c691c753e9a1289c5 (patch)
tree92bd503f3ca2a8b01eb15864a567be8dbb64add9
parentf10cbebd7b6cfeb66e91851616fdc75f9a0bbe69 (diff)
downloadguix-883e900e514a22fe9813f33c691c753e9a1289c5.tar.gz
guix-883e900e514a22fe9813f33c691c753e9a1289c5.zip
gnu: kanshi: Update to 1.7.0.
* gnu/packages/wm.scm (kanshi): Update to 1.7.0. Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index da1695ff62..16a85981f4 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2363,7 +2363,7 @@ compositors that support the layer-shell protocol.")
(define-public kanshi
(package
(name "kanshi")
- (version "1.6.0")
+ (version "1.7.0")
(source
(origin
(method git-fetch)
@@ -2372,7 +2372,7 @@ compositors that support the layer-shell protocol.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
+ (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config scdoc libscfg))