diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-01 18:45:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-01 20:55:43 +0100 |
commit | af1225a3663e73458bf8941d8373c68f9ad6bae2 (patch) | |
tree | 5e6d8dc4845866d20f4726ffe30306768ad0bc73 /gnu/packages | |
parent | 8b7159ebbb5a57df63f26dd03b38800c5cd69702 (diff) |
gnu: weechat: Update to 3.0.
* gnu/packages/irc.scm (weechat): Update to 3.0.
Diffstat (limited to 'gnu/packages')
-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 61144618c0..6927424565 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -186,14 +186,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "2.9") + (version "3.0") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "03psmp4hxsb9sz35i4cyz6dcbs3ab73amhyx0w0hv8f3hp1hdd7a")))) + "1yziv4cbcy61c9mb81c5sg3rmw6nh0srzwmry4svhriv6rdd5dvc")))) (build-system cmake-build-system) (native-inputs `(("gettext" ,gettext-minimal) |