diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
| commit | 59184afcf66f2983f15e90e7486d033691c8f6ed (patch) | |
| tree | 4b3d64fedcf41fc2d42423b3ea83e3149fb99210 /gnu | |
| parent | 9b193099352c8d730ebb2c8e51cb98ac7d33c579 (diff) | |
gnu: hexchat: Update to 2.16.2.
* gnu/packages/messaging.scm (hexchat): Update to 2.16.2.
Change-Id: If27085b95bc865aa8367b8dde6f1bcf8cb90e940
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/messaging.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index fa74b50f266..3f375f34c63 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -824,14 +824,14 @@ used by Pidgin and Bitlbee, among others, to access | |||
| 824 | (define-public hexchat | 824 | (define-public hexchat |
| 825 | (package | 825 | (package |
| 826 | (name "hexchat") | 826 | (name "hexchat") |
| 827 | (version "2.16.1") | 827 | (version "2.16.2") |
| 828 | (source | 828 | (source |
| 829 | (origin | 829 | (origin |
| 830 | (method url-fetch) | 830 | (method url-fetch) |
| 831 | (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" | 831 | (uri (string-append "https://github.com/hexchat/hexchat/releases/" |
| 832 | version ".tar.xz")) | 832 | "download/v" version "/hexchat-" version ".tar.xz")) |
| 833 | (sha256 | 833 | (sha256 |
| 834 | (base32 "1iy4ln6yfgy3xysrfpjxw8fn38i3qx8jsn2mk2prshfzf7d9gr57")))) | 834 | (base32 "0jhfg6n9r6fn9ld21pdzdz6210d7dms401zcfdrvhx52il53921f")))) |
| 835 | (build-system meson-build-system) | 835 | (build-system meson-build-system) |
| 836 | (native-inputs `(("gettext" ,gettext-minimal) | 836 | (native-inputs `(("gettext" ,gettext-minimal) |
| 837 | ("glib:bin" ,glib "bin") ;need glib-genmarshal | 837 | ("glib:bin" ,glib "bin") ;need glib-genmarshal |
