gnu: hexchat: Update to 2.12.2.

* gnu/packages/messaging.scm (hexchat): Update to 2.12.2.
This commit is contained in:
Tobias Geerinckx-Rice 2016-10-09 21:21:16 +02:00
parent aae34a0c2d
commit 8ea83d60e4
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -168,14 +168,14 @@ (define-public bitlbee
(define-public hexchat
(package
(name "hexchat")
(version "2.12.1")
(version "2.12.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.hexchat.net/hexchat/hexchat-"
version ".tar.xz"))
(sha256
(base32
"0svwz9ldrry1sn35jywgpacjj1cf3xl3k74ynwn8rjvxs73b00aj"))))
"1xnclfbrgbkqndxygi5f27q00jd7yy54jbd1061jmhxa6wzpibbd"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("intltool" ,intltool)))