GNU bug report logs -
#53984
[PATCH] gnu: hexchat: Update to 2.16.1.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 14 Feb 2022 11:03:25 +0100
with message-id <87a6etsr2q.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1.
has caused the debbugs.gnu.org bug report #53984,
regarding [PATCH] gnu: hexchat: Update to 2.16.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53984: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53984
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-hexchat-Update-to-2.16.1.patch (text/patch, inline)]
From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Mon, 14 Feb 2022 05:13:23 +0530
Subject: [PATCH] gnu: hexchat: Update to 2.16.1.
* gnu/packages/messaging.scm (hexchat): Update to 2.16.1.
---
gnu/packages/messaging.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8884473a43..779d37fdd7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2021 jgart <jgart <at> dismail.de>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev <at> posteo.org>
;;; Copyright © 2022 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -814,14 +815,14 @@ (define-public purple-mattermost
(define-public hexchat
(package
(name "hexchat")
- (version "2.16.0")
+ (version "2.16.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.hexchat.net/hexchat/hexchat-"
version ".tar.xz"))
(sha256
- (base32 "0dnwhb2gi08i5v79vq0y2izs89wyk3by96jv99kgkidjic3k2bj1"))))
+ (base32 "1iy4ln6yfgy3xysrfpjxw8fn38i3qx8jsn2mk2prshfzf7d9gr57"))))
(build-system meson-build-system)
(native-inputs `(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ;need glib-genmarshal
base-commit: d65979c46c99dc36324ca94aa9650b9de37f22de
--
2.34.0
[Message part 4 (message/rfc822, inline)]
Hello,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:
> From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
> Date: Mon, 14 Feb 2022 05:13:23 +0530
> Subject: [PATCH] gnu: hexchat: Update to 2.16.1.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.