guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/16: gnu: kanshi: Update to 1.5.1.


From: guix-commits
Subject: 11/16: gnu: kanshi: Update to 1.5.1.
Date: Wed, 14 Feb 2024 16:15:42 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 7f8cd1a3ab59fa1f63420410e6606798ecf6843c
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:47 2024 -0500

    gnu: kanshi: Update to 1.5.1.
    
    * gnu/packages/wm.scm (kanshi): Update to 1.5.1.
    
    Change-Id: Ib44661bc215011f10362e06b13c14fa219c1aa85
    Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f6fdffb039..26b67de481 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2106,7 +2106,7 @@ compositors that support the layer-shell protocol.")
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.4.0")
+    (version "1.5.1")
     (source
      (origin
        (method git-fetch)
@@ -2115,7 +2115,7 @@ compositors that support the layer-shell protocol.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "016s2896mnf4dnyyrqp2pnqrvrqn404c6b16d5kcjf1p21003lp5"))))
+        (base32 "1mc2zcqsv79y7682nwi1gn8p751zwflm9zirl98v2q2kvx334k8a"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config scdoc))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]