gnu: weechat: Update to 1.7.
* gnu/packages/irc.scm (weechat): Update to 1.7.
This commit is contained in:
parent
3e129a77a8
commit
09cadc8e78
@ -140,14 +140,14 @@ SILC and ICB protocols via plugins.")
|
|||||||
(define-public weechat
|
(define-public weechat
|
||||||
(package
|
(package
|
||||||
(name "weechat")
|
(name "weechat")
|
||||||
(version "1.6")
|
(version "1.7")
|
||||||
(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.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qqnb9bdi15l30378rnmhf26ndacwi5hmq5vpz4lfyihk17xnryn"))
|
"1crdwlxj5liik32svflfac0s87vm6p8xm208yndigzsbg8rli4sr"))
|
||||||
(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
Block a user