mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kanshi: Update to 1.3.0.
* gnu/packages/wm.scm (kanshi): Update to 1.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8eb8c732dd
commit
4ba780aeb8
1 changed files with 2 additions and 2 deletions
|
@ -1844,7 +1844,7 @@ (define-public mako
|
|||
(define-public kanshi
|
||||
(package
|
||||
(name "kanshi")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1853,7 +1853,7 @@ (define-public kanshi
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10lxagwc2pkq86g2sxkwljjd39sahp3w1j5yx853d3c4d95iwls5"))))
|
||||
(base32 "0sa8k74d24ijw6ml1yyy75dk763r2sbm7fgk033g5xnx28kd394j"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list wayland))
|
||||
(native-inputs (list pkg-config scdoc))
|
||||
|
|
Loading…
Reference in a new issue