[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: kanshi: Update to 1.4.0.
From: |
guix-commits |
Subject: |
06/09: gnu: kanshi: Update to 1.4.0. |
Date: |
Thu, 31 Aug 2023 06:03:24 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 6609f2f4a7ea4b86424f101b0502f6aa1c2c88d4
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 27 20:58:01 2023 +0800
gnu: kanshi: Update to 1.4.0.
* gnu/packages/wm.scm (kanshi): Update to 1.4.0.
---
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 dbf5cb81aa..aaff618248 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2033,7 +2033,7 @@ compositors that support the layer-shell protocol.")
(define-public kanshi
(package
(name "kanshi")
- (version "1.3.1")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -2042,7 +2042,7 @@ compositors that support the layer-shell protocol.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "195v6lfh9w88nas6pca0v644nvrc645sramj78gzgqdm7nm20rvq"))))
+ (base32 "016s2896mnf4dnyyrqp2pnqrvrqn404c6b16d5kcjf1p21003lp5"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config scdoc))
- branch master updated (d6966b8a5b -> 299d0463d5), guix-commits, 2023/08/31
- 07/09: gnu: vtk-7: Fix build., guix-commits, 2023/08/31
- 01/09: gnu: pencil2d: Fix tests., guix-commits, 2023/08/31
- 05/09: gnu: btar: Fix build., guix-commits, 2023/08/31
- 02/09: gnu: cssc: Fix tests., guix-commits, 2023/08/31
- 06/09: gnu: kanshi: Update to 1.4.0.,
guix-commits <=
- 08/09: gnu: xkcdpass: Update to 1.19.4., guix-commits, 2023/08/31
- 04/09: gnu: chaiscript: Fix tests., guix-commits, 2023/08/31
- 03/09: gnu: src: Update to 1.32., guix-commits, 2023/08/31
- 09/09: gnu: upx: Update to 4.1.0., guix-commits, 2023/08/31