~ruther/guix-local

8ea83d60e4c661caca21fc5cb6f6f7a086872752 — Tobias Geerinckx-Rice 9 years ago aae34a0
gnu: hexchat: Update to 2.12.2.

* gnu/packages/messaging.scm (hexchat): Update to 2.12.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +2 -2
@@ 168,14 168,14 @@ identi.ca and status.net).")
(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)))