diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-09 21:21:16 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-09 22:55:23 +0200 |
| commit | 8ea83d60e4c661caca21fc5cb6f6f7a086872752 (patch) | |
| tree | 89c6ec776499c71e37d0f0b47dc718690acb34fc /gnu | |
| parent | aae34a0c2dc0469fe990bbacc6095f8e3c808a7b (diff) | |
gnu: hexchat: Update to 2.12.2.
* gnu/packages/messaging.scm (hexchat): Update to 2.12.2.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8fffee9da06..0089da1112b 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -168,14 +168,14 @@ identi.ca and status.net).") | |||
| 168 | (define-public hexchat | 168 | (define-public hexchat |
| 169 | (package | 169 | (package |
| 170 | (name "hexchat") | 170 | (name "hexchat") |
| 171 | (version "2.12.1") | 171 | (version "2.12.2") |
| 172 | (source (origin | 172 | (source (origin |
| 173 | (method url-fetch) | 173 | (method url-fetch) |
| 174 | (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" | 174 | (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" |
| 175 | version ".tar.xz")) | 175 | version ".tar.xz")) |
| 176 | (sha256 | 176 | (sha256 |
| 177 | (base32 | 177 | (base32 |
| 178 | "0svwz9ldrry1sn35jywgpacjj1cf3xl3k74ynwn8rjvxs73b00aj")))) | 178 | "1xnclfbrgbkqndxygi5f27q00jd7yy54jbd1061jmhxa6wzpibbd")))) |
| 179 | (build-system gnu-build-system) | 179 | (build-system gnu-build-system) |
| 180 | (native-inputs `(("pkg-config" ,pkg-config) | 180 | (native-inputs `(("pkg-config" ,pkg-config) |
| 181 | ("intltool" ,intltool))) | 181 | ("intltool" ,intltool))) |
