guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kanshi: Update to 1.3.1.


From: guix-commits
Subject: branch master updated: gnu: kanshi: Update to 1.3.1.
Date: Mon, 22 May 2023 16:38:58 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e3d3501f73 gnu: kanshi: Update to 1.3.1.
e3d3501f73 is described below

commit e3d3501f73333face5715383c925a9cba2f0772b
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Fri May 12 18:16:35 2023 +0200

    gnu: kanshi: Update to 1.3.1.
    
    * gnu/packages/wm.scm (kanshi): Update to 1.3.1.
---
 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 4360f3722b..bcec715f09 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1941,7 +1941,7 @@ compositors that support the layer-shell protocol.")
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method git-fetch)
@@ -1950,7 +1950,7 @@ compositors that support the layer-shell protocol.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sa8k74d24ijw6ml1yyy75dk763r2sbm7fgk033g5xnx28kd394j"))))
+        (base32 "195v6lfh9w88nas6pca0v644nvrc645sramj78gzgqdm7nm20rvq"))))
     (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]