GNU bug report logs -
#63467
[PATCH] gnu: kanshi: Update to 1.3.1.
Previous Next
Reported by: jlicht <at> fsfe.org
Date: Fri, 12 May 2023 16:17:01 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Jelle Licht <jlicht <at> fsfe.org>
* 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 fe732e572e..20e0f0b1d3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1942,7 +1942,7 @@ (define-public mako
(define-public kanshi
(package
(name "kanshi")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method git-fetch)
@@ -1951,7 +1951,7 @@ (define-public kanshi
(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))
base-commit: 263f235cd0a2955e865fe38036f84c2bf34375ff
--
2.39.2
This bug report was last modified 2 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.