gnu: Update kanshi to 1.2.0.

* gnu/packages/wm.scm (kanshi): Update to 1.2.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
muradm 2022-06-19 17:29:22 +03:00 committed by Christopher Baines
parent 7ba04443c5
commit 0fe0c739f5
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1785,16 +1785,16 @@ (define-public mako
(define-public kanshi
(package
(name "kanshi")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emersion/kanshi")
(url "https://git.sr.ht/~emersion/kanshi")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0nbpgm8qnn7ljsg9vgs35kl8l4rrk542vdcbx8wrn9r909ld3x92"))))
(base32 "10lxagwc2pkq86g2sxkwljjd39sahp3w1j5yx853d3c4d95iwls5"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config scdoc))