diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-12 18:04:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-12 21:20:09 +0200 |
commit | 0b7a94cb1353406e7f76f68e9d60418bcd0460ae (patch) | |
tree | 82acf969440f170538dbcecd1c9838b7b5be1db9 /gnu/packages | |
parent | e0e873a9b428e74a04d9b90c0649ab3030e131d0 (diff) | |
download | patches-0b7a94cb1353406e7f76f68e9d60418bcd0460ae.tar patches-0b7a94cb1353406e7f76f68e9d60418bcd0460ae.tar.gz |
gnu: weechat: Update to 2.8.
* gnu/packages/irc.scm (weechat): Update to 2.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/irc.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index acaf25f745..95b8123b8e 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -170,14 +170,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "2.7.1") + (version "2.8") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "0haw0c35mf4r47j24issc9caq0da3fy7gjfq3454fm3ap3n2yxcx")))) + "1301lrb3xnm9dcw3av82rkqjzqxxwwhrq0p6i37h6fxdxnas4gjm")))) (build-system cmake-build-system) (native-inputs `(("gettext" ,gettext-minimal) @@ -193,7 +193,7 @@ SILC and ICB protocols via plugins.") ("zlib" ,zlib) ;; Scripting language plug-ins. - ("guile" ,guile-2.2) + ("guile" ,guile-3.0) ("lua" ,lua-5.1) ("perl" ,perl) ("python" ,python) |