diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-05-14 15:06:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-05-14 15:06:26 +0200 |
commit | b6b281a5ba17b4c774590f68738a77993e7fbabd (patch) | |
tree | 8aa2ea8b5e992e09bc24a5db6ae7b48023da4806 | |
parent | a88f2c33d6a9c148f9d03a539108b11a5062affd (diff) | |
download | patches-b6b281a5ba17b4c774590f68738a77993e7fbabd.tar patches-b6b281a5ba17b4c774590f68738a77993e7fbabd.tar.gz |
gnu: weechat: Update to 1.8.
* gnu/packages/irc.scm (weechat): Update to 1.8.
-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 b86a82e24a..30e14a0914 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -142,14 +142,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "1.7.1") + (version "1.8") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "0c0waxrxq2v0r7981y1ajh9k78jfl223smwrj4v9c5z27iwh8ziz")) + "05z0qmlmdm0zgkzhi6cy6snxdz37h1n5z2s460df76akjr7capxn")) (patches (search-patches "weechat-python.patch")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |