summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-19 21:16:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-20 05:36:56 +0100
commitf87b8e25c30a7d2b0281cf04645cf3f50f81fa1b (patch)
treebc0cf86cb924d07d8974c971e5bbfc0b0bcf4683
parent33d5b2464deffc24473ff6542f6731deaba8faba (diff)
gnu: weechat: Use new xz-compressed tarball.
* gnu/packages/irc.scm (weechat)[source]: Use ‘.tar.xz’ source.
-rw-r--r--gnu/packages/irc.scm4
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)