diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-21 02:40:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-21 03:20:11 +0100 |
commit | 91213c384b62bc422896d39005efa922e4fa75f2 (patch) | |
tree | 2112e1f78b8587dd3df82a5c59eeb697752461c2 /gnu/packages/irc.scm | |
parent | fa79a908bb06f0c54b34334da57909b048f14995 (diff) | |
download | patches-91213c384b62bc422896d39005efa922e4fa75f2.tar patches-91213c384b62bc422896d39005efa922e4fa75f2.tar.gz |
gnu: weechat: Update to 2.0.1.
* gnu/packages/irc.scm (weechat): Update to 2.0.1.
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index fbcc0b6f1b..0e0813c1cb 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -153,14 +153,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "2.0") + (version "2.0.1") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "1ix2izrlr5jx5vl49kz9jbib7cq9mr6i7iyxkcz6xjfrryx2s5x9")) + "1l854dramvn9vfba7jpazkjwm4k4i5pshq58vjv6z2mxmcp5hhv9")) (patches (search-patches "weechat-python.patch")))) (build-system cmake-build-system) (native-inputs `(("gettext" ,gettext-minimal) |