mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
7ba04443c5
commit
0fe0c739f5
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue