civodul pushed a commit to branch master
in repository guix.

commit 48a82a0d683b2e15174d85e745095d47382c4ad3
Author: Wilko Meyer <w...@wmeyer.eu>
AuthorDate: Thu Jun 6 21:04:56 2024 +0200

    gnu: kanshi: Update to 1.6.0.
    
    * gnu/packages/wm.scm (kanshi): Update to 1.6.0.
      [native-inputs]: Add libscfg.
    
    Change-Id: I2be95e7452f708c970f235a149695df69c22b33e
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b6239ea4ea..ad9d814401 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2357,7 +2357,7 @@ compositors that support the layer-shell protocol.")
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.5.1")
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -2366,10 +2366,10 @@ compositors that support the layer-shell protocol.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mc2zcqsv79y7682nwi1gn8p751zwflm9zirl98v2q2kvx334k8a"))))
+        (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
     (build-system meson-build-system)
     (inputs (list wayland))
-    (native-inputs (list pkg-config scdoc))
+    (native-inputs (list pkg-config scdoc libscfg))
     (home-page "https://wayland.emersion.fr/kanshi";)
     (synopsis "Hotswappable output profiles for Wayland")
     (description "Kanshi allows you to define output profiles that are

Reply via email to