GNU bug report logs - #72763
[PATCH] gnu: kanshi: Update to 1.7.0.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Thu, 22 Aug 2024 20:48:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72763: closed ([PATCH] gnu: kanshi: Update to 1.7.0.)
Date: Fri, 23 Aug 2024 14:46:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 23 Aug 2024 22:44:28 +0800
with message-id <87le0n8fjn.fsf <at> iscas.ac.cn>
and subject line Re: [bug#72763] [PATCH] gnu: kanshi: Update to 1.7.0.
has caused the debbugs.gnu.org bug report #72763,
regarding [PATCH] gnu: kanshi: Update to 1.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72763: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72763
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: kanshi: Update to 1.7.0.
Date: Thu, 22 Aug 2024 22:44:42 +0200
* gnu/packages/wm.scm (kanshi): Update to 1.7.0.

Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5
---
Hi Guix,

There's been a recent kanshi release, so we should update the package
accordingly. Builds successfully on my machine.

 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 da1695ff62..16a85981f4 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2363,7 +2363,7 @@ (define-public mako
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -2372,7 +2372,7 @@ (define-public kanshi
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
+        (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config scdoc libscfg))

base-commit: 23536a9871464b1f3b3d73e808e13d8f2a2366dd
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 72763-done <at> debbugs.gnu.org
Subject: Re: [bug#72763] [PATCH] gnu: kanshi: Update to 1.7.0.
Date: Fri, 23 Aug 2024 22:44:28 +0800
[Message part 4 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:

> * gnu/packages/wm.scm (kanshi): Update to 1.7.0.
>
> Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5
> ---
> Hi Guix,
>
> There's been a recent kanshi release, so we should update the package
> accordingly. Builds successfully on my machine.
>
>  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 da1695ff62..16a85981f4 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2363,7 +2363,7 @@ (define-public mako
>  (define-public kanshi
>    (package
>      (name "kanshi")
> -    (version "1.6.0")
> +    (version "1.7.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2372,7 +2372,7 @@ (define-public kanshi
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
> +        (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
>      (build-system meson-build-system)
>      (inputs (list wayland))
>      (native-inputs (list pkg-config scdoc libscfg))
>
> base-commit: 23536a9871464b1f3b3d73e808e13d8f2a2366dd

push, and fix cross-compilation. close.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.