1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kanshi: Update to 1.8.0.

* gnu/packages/wm.scm (kanshi): Update to 1.8.0
[source]: Update git repository URL.

Change-Id: Ifa5e4c23b37cbd249990aaa7c7d42a87bab23e6f
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA
2025-08-22 20:54:41 +02:00
committed by Andreas Enge
parent f236fd31fe
commit 628ec33ebd

View File

@@ -2758,16 +2758,16 @@ compositors that support the layer-shell protocol.")
(define-public kanshi
(package
(name "kanshi")
(version "1.7.0")
(version "1.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~emersion/kanshi")
(url "https://gitlab.freedesktop.org/emersion/kanshi")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
(base32 "1aw43fdrrgywghy59ahfxwq0613ydkpl2j6p042c0iwqv1b6fhgp"))))
(build-system meson-build-system)
(inputs (list libscfg libvarlink wayland))
(native-inputs (append (if (%current-target-system)