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>
This commit is contained in:
Wilko Meyer 2024-08-22 22:44:42 +02:00 committed by Zheng Junjie
parent f10cbebd7b
commit 883e900e51
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2363,7 +2363,7 @@ (define-public mako
(define-public kanshi (define-public kanshi
(package (package
(name "kanshi") (name "kanshi")
(version "1.6.0") (version "1.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2372,7 +2372,7 @@ (define-public kanshi
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra")))) (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (list wayland)) (inputs (list wayland))
(native-inputs (list pkg-config scdoc libscfg)) (native-inputs (list pkg-config scdoc libscfg))