gnu: weechat: Use new xz-compressed tarball.
* gnu/packages/irc.scm (weechat)[source]: Use ‘.tar.xz’ source.
This commit is contained in:
parent
33d5b2464d
commit
f87b8e25c3
|
@ -146,10 +146,10 @@ SILC and ICB protocols via plugins.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://weechat.org/files/src/weechat-"
|
(uri (string-append "http://weechat.org/files/src/weechat-"
|
||||||
version ".tar.gz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lyqrymdjdvkzg8510l46c4zw8mjagnmri2i6m9y9qz0c1sfaq9h"))
|
"1qqnb9bdi15l30378rnmhf26ndacwi5hmq5vpz4lfyihk17xnryn"))
|
||||||
(patches (search-patches "weechat-python.patch"))))
|
(patches (search-patches "weechat-python.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("autoconf" ,autoconf)
|
(native-inputs `(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in New Issue