diff options
| author | Leo Famulari <leo@famulari.name> | 2016-04-06 16:11:57 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-04-06 16:11:57 -0400 |
| commit | 17946534a4d49f375530f0af80b797172066b1fc (patch) | |
| tree | aa758ef3dac0dc4eb0a060577903ad7f441de96a /gnu | |
| parent | bd688698b682dcec68ed004f262e71850ee7b528 (diff) | |
gnu: hexchat: Update to 2.12.0.
* gnu/packages/messaging.scm (hexchat): Update to 2.12.0.
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 5dc4639bb4c..1646d70b0e4 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -138,14 +138,14 @@ identi.ca and status.net).") | |||
| 138 | (define-public hexchat | 138 | (define-public hexchat |
| 139 | (package | 139 | (package |
| 140 | (name "hexchat") | 140 | (name "hexchat") |
| 141 | (version "2.10.1") | 141 | (version "2.12.0") |
| 142 | (source (origin | 142 | (source (origin |
| 143 | (method url-fetch) | 143 | (method url-fetch) |
| 144 | (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" | 144 | (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" |
| 145 | version ".tar.xz")) | 145 | version ".tar.xz")) |
| 146 | (sha256 | 146 | (sha256 |
| 147 | (base32 | 147 | (base32 |
| 148 | "1ag9rmfisv0hsbk05jq4f1rnap7kwg90vgbmkr9zklkh6imfxk7z")))) | 148 | "17fncwza5r80z9r6j1lrh7h375hp4w6pay08zgnfc3qca6bjy1y2")))) |
| 149 | (build-system gnu-build-system) | 149 | (build-system gnu-build-system) |
| 150 | (native-inputs `(("pkg-config" ,pkg-config) | 150 | (native-inputs `(("pkg-config" ,pkg-config) |
| 151 | ("intltool" ,intltool))) | 151 | ("intltool" ,intltool))) |
