GNU bug report logs - #60637
[PATCH] gnu: kirc: Update to 0.3.2.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sun, 8 Jan 2023 01:05:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.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: jgart <jgart <at> dismail.de>
Subject: bug#60637: closed (Re: bug#60637: [PATCH] gnu: kirc: Update to
 0.3.2.)
Date: Thu, 12 Jan 2023 03:43:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60637: [PATCH] gnu: kirc: Update to 0.3.2.

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 60637 <at> debbugs.gnu.org.

-- 
60637: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60637
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: jgart <jgart <at> dismail.de>
Cc: 60637-done <at> debbugs.gnu.org
Subject: Re: bug#60637: [PATCH] gnu: kirc: Update to 0.3.2.
Date: Thu, 12 Jan 2023 11:42:12 +0800
jgart <jgart <at> dismail.de> writes:

> * gnu/packages/irc.scm (kirc): Update to 0.3.2.

Pushed, thank you!

[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: kirc: Update to 0.3.2.
Date: Sat,  7 Jan 2023 19:04:18 -0600
* gnu/packages/irc.scm (kirc): Update to 0.3.2.
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 0a6c28980d..c6154fd9cf 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -438,7 +438,7 @@ (define-public sic
 (define-public kirc
   (package
     (name "kirc")
-    (version "0.2.9")
+    (version "0.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -446,7 +446,7 @@ (define-public kirc
                      (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0ahmfxhgcvnlgmxxbv9vga5x6krab1n7qq55ygj7hj3x7s7ra419"))))
+               (base32 "1ighpinss3k6xyqk05wrs76wvp2ahhh0jkkg8h7bhg66b14fsws9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.38.1




This bug report was last modified 2 years and 127 days ago.

Previous Next


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