GNU bug report logs -
#70780
[PATCH] gnu: kanshi: Update to 1.6.0.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Sun, 5 May 2024 11:22:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#70780: [PATCH] gnu: kanshi: Update to 1.6.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 70780 <at> debbugs.gnu.org.
--
70780: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70780
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Wilko Meyer <w <at> wmeyer.eu> skribis:
> * gnu/packages/serialization.scm (libscfg): New variable.
>
> Change-Id: I0096745f2971799bd0c9955cddeed24f0846f075
[...]
> + (description "This package provides a C library for scfg.")
I tweaked this to clarify what “scfg” is.
> * gnu/packages/wm.scm (kanshi): Update to 1.6.0.
> [native-inputs]: Add libscfg.
>
> Change-Id: I2be95e7452f708c970f235a149695df69c22b33e
Applied, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/wm.scm (kanshi): Update to 1.6.0.
Change-Id: I2be95e7452f708c970f235a149695df69c22b33e
---
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 f2cb77f5bf..16e45a5504 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2350,7 +2350,7 @@ (define-public mako
(define-public kanshi
(package
(name "kanshi")
- (version "1.5.1")
+ (version "1.6.0")
(source
(origin
(method git-fetch)
@@ -2359,7 +2359,7 @@ (define-public kanshi
(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))
base-commit: da9f509b0300f1b6b979c68a52d8669f9bcb89a7
--
2.41.0
This bug report was last modified 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.