gnu: hexchat: Update to 2.14.2.

* gnu/packages/messaging.scm (hexchat): Update to 2.14.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-10 23:57:29 +02:00
parent 272fc9dca3
commit dc5282f9ea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -249,14 +249,14 @@ (define-public bitlbee-discord
(define-public hexchat
(package
(name "hexchat")
(version "2.14.1")
(version "2.14.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.hexchat.net/hexchat/hexchat-"
version ".tar.xz"))
(sha256
(base32
"18h3l34zmazjlfx3irg7k7swppa62ad9ffbl0j3ry8p2xfyf8cmh"))))
"064nq151nzsljv97dmkifyl162d2738vbgvm1phx7yv04pjvk4kp"))))
(build-system meson-build-system)
(native-inputs `(("gettext" ,gettext-minimal)
("perl" ,perl)