mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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:
parent
9b19309935
commit
59184afcf6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue