aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c211fa6595..cbe2c36f45 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -358,14 +358,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
(define-public weechat
(package
(name "weechat")
- (version "4.0.4")
+ (version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "1xmnks152ixn0ycs0h6dzvir3vl1wkvxahg7hjdk785dnmwljpxf"))))
+ "1kdxj4pkxyzd9bdgk8h8rh26n7c5a8alnafxl8qm113cdw4dyg95"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
g (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice 2017-01-06Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""...This reverts commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077. Leo Famulari 2017-01-05Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."...This commit causes too many rebuilds. It will be re-committed to core-updates. This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d. Leo Famulari 2017-01-05gnu: gawk: Don't replace 'sh' reference with 'bash'....* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in 'set-shell-file-name' phase. Leo Famulari