all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1.
@ 2022-02-14  0:07 Jai Vetrivelan
  2022-02-14 10:03 ` bug#53984: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-14  0:07 UTC (permalink / raw)
  To: 53984

[-- Attachment #1: 0001-gnu-hexchat-Update-to-2.16.1.patch --]
[-- Type: text/patch, Size: 1610 bytes --]

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53984: [PATCH] gnu: hexchat: Update to 2.16.1.
  2022-02-14  0:07 [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1 Jai Vetrivelan
@ 2022-02-14 10:03 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-14 10:03 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53984-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-14 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14  0:07 [bug#53984] [PATCH] gnu: hexchat: Update to 2.16.1 Jai Vetrivelan
2022-02-14 10:03 ` bug#53984: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.