gnu: weechat: Use new xz-compressed tarball.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Dec 2016 20:16:26 +0000 (21:16 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 20 Dec 2016 04:36:56 +0000 (05:36 +0100)
* gnu/packages/irc.scm (weechat)[source]: Use ‘.tar.xz’ source.

gnu/packages/irc.scm

index 9132590..59c0be6 100644 (file)
@@ -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)