diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-08-22 20:54:41 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-23 00:18:56 +0200 |
| commit | 628ec33ebd7270db5feaf0ad5f091c01d13220df (patch) | |
| tree | 688771088fc361dae9a651c278a6fcd4719d2af3 | |
| parent | f236fd31fe17d7018dc01c0606d3c127b44e8939 (diff) | |
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>
| -rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8851585e48..51aae91f88 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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) |
