emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53984: closed ([PATCH] gnu: hexchat: Update to 2.16.1.)


From: GNU bug Tracking System
Subject: bug#53984: closed ([PATCH] gnu: hexchat: Update to 2.16.1.)
Date: Mon, 14 Feb 2022 10:04:01 +0000

Your message dated Mon, 14 Feb 2022 11:03:25 +0100
with message-id <87a6etsr2q.fsf@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@gnu.org.)


-- 
53984: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53984
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: hexchat: Update to 2.16.1. Date: Mon, 14 Feb 2022 05:37:25 +0530
>From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@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@dismail.de>
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1. Date: Mon, 14 Feb 2022 11:03:25 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]