parent
61aa9bb3e3
commit
6609f2f4a7
|
@ -2033,7 +2033,7 @@ compositors that support the layer-shell protocol.")
|
||||||
(define-public kanshi
|
(define-public kanshi
|
||||||
(package
|
(package
|
||||||
(name "kanshi")
|
(name "kanshi")
|
||||||
(version "1.3.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2042,7 +2042,7 @@ compositors that support the layer-shell protocol.")
|
||||||
(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 "195v6lfh9w88nas6pca0v644nvrc645sramj78gzgqdm7nm20rvq"))))
|
(base32 "016s2896mnf4dnyyrqp2pnqrvrqn404c6b16d5kcjf1p21003lp5"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue