From unknown Sat Jun 21 10:42:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1. Resent-From: Jai Vetrivelan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 14 Feb 2022 00:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53984 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53984@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16447972611313 (code B ref -1); Mon, 14 Feb 2022 00:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 00:07:41 +0000 Received: from localhost ([127.0.0.1]:39153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJOu4-0000L7-Hc for submit@debbugs.gnu.org; Sun, 13 Feb 2022 19:07:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:42650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJOu0-0000Kw-EV for submit@debbugs.gnu.org; Sun, 13 Feb 2022 19:07:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42086) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJOu0-0002B6-Af for guix-patches@gnu.org; Sun, 13 Feb 2022 19:07:36 -0500 Received: from [2607:f8b0:4864:20::432] (port=43767 helo=mail-pf1-x432.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJOty-0003N1-L7 for guix-patches@gnu.org; Sun, 13 Feb 2022 19:07:36 -0500 Received: by mail-pf1-x432.google.com with SMTP id d187so26323910pfa.10 for ; Sun, 13 Feb 2022 16:07:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version:content-disposition :content-transfer-encoding; bh=Loa4LvHDBJUanDHX2crHbr4a83J90aKNrrj5WpdTU14=; b=qTyppD1JwU5FvtxM0X/Vzzq2ax8ClvVO8gcXA14C/JO3B8Tfvi4Z/WSxOH1xNr6G6W q7VVWXbZvgRy5x+ivfnGU8Rvv3u8dHC63C3C7+Q0wXAg5Ke3SpJBDXxBrccooCwV4Z0k qwAm2bt9dwJP8gWc7KT7zgSMrMqf4UM7Nsoc3Whmyl6LkdfUbAnINIIHEZjbf+kZtCns I6wQILz6/oOSACgi8xD37eZgvaDJ5O+m6OUa3IXJCk0NxGf2vi7C4OOZpelpOojDk1Sy OGTRk0MpgtbDs/LZpbbr2U91Lp8SC8cyjWR+A21SiT5kdaJHSzH3tm1hyiXb4kPLEv4C VVyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-disposition:content-transfer-encoding; bh=Loa4LvHDBJUanDHX2crHbr4a83J90aKNrrj5WpdTU14=; b=UUdM9gWm+JFMB2ca0PAKT88/t4U1QcnSEOJI3/uJTE2oiCM5Zrwh4bvnGu9kqcY3E8 J7CgyvEUxFHkILEqz3yeZMTrkVCgkZysA82MdmVoOV3L946UN9bZrueutd7hyNdccEmU indfjtSSEAfg8O92iZGzr0/mYmDz+tzwF6ymu9OI7Th3ojO1FfdWFxUikR5YGo3naVzx 58yK6jfFi/2UX4jprjmXAhwfWS8Gxsxqr/CUI9S+sSYNnssAJE5pVql4neI3X2zHcq4t Rmm/cJSpJ3Drf5KbqAbclHjLWNz49ZX5zUaOc6rwM4O2ITz0q/dlwhQsFMokM8VX+jXd mxHg== X-Gm-Message-State: AOAM531D1Bq8Xt1w45UtJh9WzIhDOfm0YM4V4Y8Z1qE/PQRmnmqFqChA k4sNrhFvmTWnvgi723GDuOph1L2sed0= X-Google-Smtp-Source: ABdhPJwBa7wJ1I47+yFUzgPGeys2JTXyx5O91xCwoDQ5XlO+mwPw0hXgpbuEEu/6/E5XAHWeWL5Tcw== X-Received: by 2002:a63:474c:: with SMTP id w12mr9532728pgk.147.1644797252996; Sun, 13 Feb 2022 16:07:32 -0800 (PST) Received: from guix ([2409:4072:8e18:e44a:2ef5:8b3d:54b9:d50f]) by smtp.gmail.com with ESMTPSA id s37sm37165485pfg.144.2022.02.13.16.07.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Feb 2022 16:07:32 -0800 (PST) From: Jai Vetrivelan X-Uboat-Death-Message: CLICKED BY THREE CORVETTES. SINKING. U-551. Date: Mon, 14 Feb 2022 05:37:25 +0530 Message-ID: <87a6eugvk2.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-hexchat-Update-to-2.16.1.patch Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::432 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::432; envelope-from=jaivetrivelan@gmail.com; helo=mail-pf1-x432.google.com X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.785, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) >From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan 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 =C2=A9 2021 jgart ;;; Copyright =C2=A9 2022 Aleksandr Vityazev ;;; Copyright =C2=A9 2022 Ricardo Wurmus +;;; Copyright =C2=A9 2022 Jai Vetrivelan ;;; ;;; 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 --=20 2.34.0 From unknown Sat Jun 21 10:42:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jai Vetrivelan Subject: bug#53984: closed (Re: [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1.) Message-ID: References: <87a6etsr2q.fsf@nicolasgoaziou.fr> <87a6eugvk2.fsf@gmail.com> X-Gnu-PR-Message: they-closed 53984 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53984@debbugs.gnu.org Date: Mon, 14 Feb 2022 10:04:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1644833041-28237-1" This is a multi-part message in MIME format... ------------=_1644833041-28237-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53984: [PATCH] gnu: hexchat: Update to 2.16.1. 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 53984@debbugs.gnu.org. --=20 53984: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53984 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1644833041-28237-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53984-done) by debbugs.gnu.org; 14 Feb 2022 10:03:36 +0000 Received: from localhost ([127.0.0.1]:39850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJYCm-0007Kk-8t for submit@debbugs.gnu.org; Mon, 14 Feb 2022 05:03:36 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:57627) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJYCk-0007KY-5S for 53984-done@debbugs.gnu.org; Mon, 14 Feb 2022 05:03:34 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 146FD20010; Mon, 14 Feb 2022 10:03:27 +0000 (UTC) From: Nicolas Goaziou To: Jai Vetrivelan Subject: Re: [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1. References: <87a6eugvk2.fsf@gmail.com> Date: Mon, 14 Feb 2022 11:03:25 +0100 In-Reply-To: <87a6eugvk2.fsf@gmail.com> (Jai Vetrivelan's message of "Mon, 14 Feb 2022 05:37:25 +0530") Message-ID: <87a6etsr2q.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53984-done Cc: 53984-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Jai Vetrivelan writes: > From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001 > From: Jai Vetrivelan > Date: Mon, 14 Feb 2022 05:13:23 +0530 > Subject: [PATCH] gnu: hexchat: Update to 2.16.1. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1644833041-28237-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 00:07:41 +0000 Received: from localhost ([127.0.0.1]:39153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJOu4-0000L7-Hc for submit@debbugs.gnu.org; Sun, 13 Feb 2022 19:07:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:42650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJOu0-0000Kw-EV for submit@debbugs.gnu.org; Sun, 13 Feb 2022 19:07:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42086) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJOu0-0002B6-Af for guix-patches@gnu.org; Sun, 13 Feb 2022 19:07:36 -0500 Received: from [2607:f8b0:4864:20::432] (port=43767 helo=mail-pf1-x432.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJOty-0003N1-L7 for guix-patches@gnu.org; Sun, 13 Feb 2022 19:07:36 -0500 Received: by mail-pf1-x432.google.com with SMTP id d187so26323910pfa.10 for ; Sun, 13 Feb 2022 16:07:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version:content-disposition :content-transfer-encoding; bh=Loa4LvHDBJUanDHX2crHbr4a83J90aKNrrj5WpdTU14=; b=qTyppD1JwU5FvtxM0X/Vzzq2ax8ClvVO8gcXA14C/JO3B8Tfvi4Z/WSxOH1xNr6G6W q7VVWXbZvgRy5x+ivfnGU8Rvv3u8dHC63C3C7+Q0wXAg5Ke3SpJBDXxBrccooCwV4Z0k qwAm2bt9dwJP8gWc7KT7zgSMrMqf4UM7Nsoc3Whmyl6LkdfUbAnINIIHEZjbf+kZtCns I6wQILz6/oOSACgi8xD37eZgvaDJ5O+m6OUa3IXJCk0NxGf2vi7C4OOZpelpOojDk1Sy OGTRk0MpgtbDs/LZpbbr2U91Lp8SC8cyjWR+A21SiT5kdaJHSzH3tm1hyiXb4kPLEv4C VVyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-disposition:content-transfer-encoding; bh=Loa4LvHDBJUanDHX2crHbr4a83J90aKNrrj5WpdTU14=; b=UUdM9gWm+JFMB2ca0PAKT88/t4U1QcnSEOJI3/uJTE2oiCM5Zrwh4bvnGu9kqcY3E8 J7CgyvEUxFHkILEqz3yeZMTrkVCgkZysA82MdmVoOV3L946UN9bZrueutd7hyNdccEmU indfjtSSEAfg8O92iZGzr0/mYmDz+tzwF6ymu9OI7Th3ojO1FfdWFxUikR5YGo3naVzx 58yK6jfFi/2UX4jprjmXAhwfWS8Gxsxqr/CUI9S+sSYNnssAJE5pVql4neI3X2zHcq4t Rmm/cJSpJ3Drf5KbqAbclHjLWNz49ZX5zUaOc6rwM4O2ITz0q/dlwhQsFMokM8VX+jXd mxHg== X-Gm-Message-State: AOAM531D1Bq8Xt1w45UtJh9WzIhDOfm0YM4V4Y8Z1qE/PQRmnmqFqChA k4sNrhFvmTWnvgi723GDuOph1L2sed0= X-Google-Smtp-Source: ABdhPJwBa7wJ1I47+yFUzgPGeys2JTXyx5O91xCwoDQ5XlO+mwPw0hXgpbuEEu/6/E5XAHWeWL5Tcw== X-Received: by 2002:a63:474c:: with SMTP id w12mr9532728pgk.147.1644797252996; Sun, 13 Feb 2022 16:07:32 -0800 (PST) Received: from guix ([2409:4072:8e18:e44a:2ef5:8b3d:54b9:d50f]) by smtp.gmail.com with ESMTPSA id s37sm37165485pfg.144.2022.02.13.16.07.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Feb 2022 16:07:32 -0800 (PST) From: Jai Vetrivelan To: guix-patches@gnu.org Subject: [PATCH] gnu: hexchat: Update to 2.16.1. X-Uboat-Death-Message: CLICKED BY THREE CORVETTES. SINKING. U-551. Date: Mon, 14 Feb 2022 05:37:25 +0530 Message-ID: <87a6eugvk2.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-hexchat-Update-to-2.16.1.patch Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::432 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::432; envelope-from=jaivetrivelan@gmail.com; helo=mail-pf1-x432.google.com X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.785, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) >From 6c5816f47867a976d4bd2b2c83326f8868515d3d Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan 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 =C2=A9 2021 jgart ;;; Copyright =C2=A9 2022 Aleksandr Vityazev ;;; Copyright =C2=A9 2022 Ricardo Wurmus +;;; Copyright =C2=A9 2022 Jai Vetrivelan ;;; ;;; 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 --=20 2.34.0 ------------=_1644833041-28237-1--