mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: kanshi: Update to 1.3.1.
* gnu/packages/wm.scm (kanshi): Update to 1.3.1.
This commit is contained in:
parent
f447400264
commit
e3d3501f73
1 changed files with 2 additions and 2 deletions
|
@ -1941,7 +1941,7 @@ (define-public mako
|
|||
(define-public kanshi
|
||||
(package
|
||||
(name "kanshi")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1950,7 +1950,7 @@ (define-public kanshi
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0sa8k74d24ijw6ml1yyy75dk763r2sbm7fgk033g5xnx28kd394j"))))
|
||||
(base32 "195v6lfh9w88nas6pca0v644nvrc645sramj78gzgqdm7nm20rvq"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list wayland))
|
||||
(native-inputs (list pkg-config scdoc))
|
||||
|
|
Loading…
Reference in a new issue