gnu: weechat: Update to 1.4.

* gnu/packages/weechat.scm (weechat): Update to 1.4.
master
宋文武 2016-01-31 15:19:34 +08:00
parent 692bb77da9
commit 39eefcee97
1 changed files with 2 additions and 2 deletions

View File

@ -47,14 +47,14 @@
(define-public weechat (define-public weechat
(package (package
(name "weechat") (name "weechat")
(version "1.3") (version "1.4")
(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.gz"))
(sha256 (sha256
(base32 (base32
"13b7dfs3sn71c51fi0bli5rzlsppil6gg1lzik3k8l43yhhqyv2w")) "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai"))
(patches (list (search-patch "weechat-python.patch"))))) (patches (list (search-patch "weechat-python.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf) (native-inputs `(("autoconf" ,autoconf)