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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#59367: [PATCH] gnu: irssi: Update irc 1.4.3.
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 59367 <at> debbugs.gnu.org.
--
59367: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59367
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 2 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.