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 913259006c..59c0be6c9f 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -146,10 +146,10 @@ SILC and ICB protocols via plugins.")
(source (origin
(method url-fetch)
(uri (string-append "http://weechat.org/files/src/weechat-"
- version ".tar.gz"))
+ version ".tar.xz"))
(sha256
(base32
- "0lyqrymdjdvkzg8510l46c4zw8mjagnmri2i6m9y9qz0c1sfaq9h"))
+ "1qqnb9bdi15l30378rnmhf26ndacwi5hmq5vpz4lfyihk17xnryn"))
(patches (search-patches "weechat-python.patch"))))
(build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf)