diff options
| -rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 913259006c8..59c0be6c9f1 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm | |||
| @@ -146,10 +146,10 @@ SILC and ICB protocols via plugins.") | |||
| 146 | (source (origin | 146 | (source (origin |
| 147 | (method url-fetch) | 147 | (method url-fetch) |
| 148 | (uri (string-append "http://weechat.org/files/src/weechat-" | 148 | (uri (string-append "http://weechat.org/files/src/weechat-" |
| 149 | version ".tar.gz")) | 149 | version ".tar.xz")) |
| 150 | (sha256 | 150 | (sha256 |
| 151 | (base32 | 151 | (base32 |
| 152 | "0lyqrymdjdvkzg8510l46c4zw8mjagnmri2i6m9y9qz0c1sfaq9h")) | 152 | "1qqnb9bdi15l30378rnmhf26ndacwi5hmq5vpz4lfyihk17xnryn")) |
| 153 | (patches (search-patches "weechat-python.patch")))) | 153 | (patches (search-patches "weechat-python.patch")))) |
| 154 | (build-system gnu-build-system) | 154 | (build-system gnu-build-system) |
| 155 | (native-inputs `(("autoconf" ,autoconf) | 155 | (native-inputs `(("autoconf" ,autoconf) |
