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 (define-public kanshi
(package (package
(name "kanshi") (name "kanshi")
(version "1.1.0") (version "1.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/emersion/kanshi") (url "https://git.sr.ht/~emersion/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 "0nbpgm8qnn7ljsg9vgs35kl8l4rrk542vdcbx8wrn9r909ld3x92")))) (base32 "10lxagwc2pkq86g2sxkwljjd39sahp3w1j5yx853d3c4d95iwls5"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (list wayland)) (inputs (list wayland))
(native-inputs (list pkg-config scdoc)) (native-inputs (list pkg-config scdoc))