gnu: hexchat: Update to 2.16.2.

* gnu/packages/messaging.scm (hexchat): Update to 2.16.2.

Change-Id: If27085b95bc865aa8367b8dde6f1bcf8cb90e940
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent 9b19309935
commit 59184afcf6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -824,14 +824,14 @@ (define-public purple-mattermost
(define-public hexchat
(package
(name "hexchat")
(version "2.16.1")
(version "2.16.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.hexchat.net/hexchat/hexchat-"
version ".tar.xz"))
(uri (string-append "https://github.com/hexchat/hexchat/releases/"
"download/v" version "/hexchat-" version ".tar.xz"))
(sha256
(base32 "1iy4ln6yfgy3xysrfpjxw8fn38i3qx8jsn2mk2prshfzf7d9gr57"))))
(base32 "0jhfg6n9r6fn9ld21pdzdz6210d7dms401zcfdrvhx52il53921f"))))
(build-system meson-build-system)
(native-inputs `(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ;need glib-genmarshal