diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-25 15:33:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-25 15:33:45 +0200 |
commit | fbaed3eaadb458b9cc8b6a83925aaf4beeaa386f (patch) | |
tree | 557572364ab4bab370365a0b662c45e81245b905 /gnu/packages/irc.scm | |
parent | 33717a17aab65785d609062f68ff59bcb0543cbc (diff) | |
download | guix-fbaed3eaadb458b9cc8b6a83925aaf4beeaa386f.tar guix-fbaed3eaadb458b9cc8b6a83925aaf4beeaa386f.tar.gz |
gnu: weechat: Update to 1.9.
* gnu/packages/irc.scm (weechat): Update to 1.9.
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 ad167a6e99..896e993a9a 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.8") + (version "1.9") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "05z0qmlmdm0zgkzhi6cy6snxdz37h1n5z2s460df76akjr7capxn")) + "1zvxz98krq98y7jh3yrjbardg3yxp6y2031rvb7rp5ssk8lyp1fc")) (patches (search-patches "weechat-python.patch")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |