GNU bug report logs - #56093
[PATCH] gnu: Update kanshi to 1.2.0.

Previous Next

Package: guix-patches;

Reported by: muradm <mail <at> muradm.net>

Date: Sun, 19 Jun 2022 14:30:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: muradm <mail <at> muradm.net>
Subject: bug#56093: closed (Re: [bug#56093] [PATCH] gnu: Update kanshi to
 1.2.0.)
Date: Tue, 21 Jun 2022 11:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56093: [PATCH] gnu: Update kanshi to 1.2.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 56093 <at> debbugs.gnu.org.

-- 
56093: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56093
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: muradm <mail <at> muradm.net>
Cc: 56093-done <at> debbugs.gnu.org
Subject: Re: [bug#56093] [PATCH] gnu: Update kanshi to 1.2.0.
Date: Tue, 21 Jun 2022 12:42:57 +0100
[Message part 3 (text/plain, inline)]
muradm <mail <at> muradm.net> writes:

> * gnu/packages/wm.scm (kanshi): Update to 1.2.0.
> ---
>  gnu/packages/wm.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, I've pushed this as 0fe0c739f53bbb635eb5c4a3b172f4be45293c82.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: muradm <mail <at> muradm.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Update kanshi to 1.2.0.
Date: Sun, 19 Jun 2022 17:29:22 +0300
* gnu/packages/wm.scm (kanshi): Update to 1.2.0.
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d816bad871..ecc79f73b9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1785,16 +1785,16 @@ (define-public mako
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/emersion/kanshi")
+             (url "https://git.sr.ht/~emersion/kanshi")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nbpgm8qnn7ljsg9vgs35kl8l4rrk542vdcbx8wrn9r909ld3x92"))))
+        (base32 "10lxagwc2pkq86g2sxkwljjd39sahp3w1j5yx853d3c4d95iwls5"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config scdoc))
-- 
2.36.1




This bug report was last modified 3 years and 48 days ago.

Previous Next


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