GNU bug report logs -
#59367
[PATCH] gnu: irssi: Update irc 1.4.3.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 18 Nov 2022 19:45:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59367 in the body.
You can then email your comments to 59367 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59367
; Package
guix-patches
.
(Fri, 18 Nov 2022 19:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 18 Nov 2022 19:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/irc.scm (irssi): Update to 1.4.3.
---
gnu/packages/irc.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index d768fda0df..495645236e 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2020 Brett Gilio <brettg <at> gnu.org>
;;; Copyright © 2021 WinterHound <winterhound <at> yandex.com>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -151,7 +152,7 @@ (define-public quassel
(define-public irssi
(package
(name "irssi")
- (version "1.4.1")
+ (version "1.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/irssi/irssi/"
@@ -159,7 +160,7 @@ (define-public irssi
version ".tar.xz"))
(sha256
(base32
- "00bmwkpzhqqnsajakk7dviap1i8s89375kwpdyxg65ms3ds94xka"))))
+ "0d04bam0lrk66wi7ygd5si5y6adf2ajhh6mn89zyc8m34d972gxr"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59367
; Package
guix-patches
.
(Fri, 18 Nov 2022 19:47:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 59367 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/irc.scm (irssi): Update to 1.4.3.
This v2 just fixes a typo in the commit message.
---
gnu/packages/irc.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index d768fda0df..495645236e 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2020 Brett Gilio <brettg <at> gnu.org>
;;; Copyright © 2021 WinterHound <winterhound <at> yandex.com>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -151,7 +152,7 @@ (define-public quassel
(define-public irssi
(package
(name "irssi")
- (version "1.4.1")
+ (version "1.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/irssi/irssi/"
@@ -159,7 +160,7 @@ (define-public irssi
version ".tar.xz"))
(sha256
(base32
- "00bmwkpzhqqnsajakk7dviap1i8s89375kwpdyxg65ms3ds94xka"))))
+ "0d04bam0lrk66wi7ygd5si5y6adf2ajhh6mn89zyc8m34d972gxr"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59367
; Package
guix-patches
.
(Fri, 18 Nov 2022 20:00:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 59367 <at> debbugs.gnu.org (full text, mbox):
On Fri, 18 Nov 2022 13:45:31 -0600 jgart <jgart <at> dismail.de> wrote:
smoke test:
$ guix-shell ./pre-inst-env guix shell irssi -- irssi --version
irssi 1.4.3 (20221031 1403)
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59367
; Package
guix-patches
.
(Sat, 19 Nov 2022 14:05:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/irc.scm (irssi): Update to 1.4.3.
>
> This v2 just fixes a typo in the commit message.
> ---
> gnu/packages/irc.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Thanks, I've pushed this to master as
bad8d9630b0431f34d9ad6f800d3a799a9fde413.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 19 Nov 2022 14:05:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Sat, 19 Nov 2022 14:05:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 18 Dec 2022 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.