From 9553a41dbee956aeece7631321fc52a264311541 Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Wed, 19 Jun 2019 20:55:29 +0100 Subject: gnu: weechat: update to 2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/irc.scm (weechat): update to 2.5 Signed-off-by: Gábor Boskovits --- gnu/packages/irc.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index d3b3a51294..851bea05bf 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -166,14 +166,14 @@ SILC and ICB protocols via plugins.") (define-public weechat (package (name "weechat") - (version "2.1") + (version "2.5") (source (origin (method url-fetch) (uri (string-append "https://weechat.org/files/src/weechat-" version ".tar.xz")) (sha256 (base32 - "0f7d2vdbxc5kgjl7lkamnbxvidgxwa8f9j3nr9fd4gr4z0gzi86d")) + "09sc5lf7z70x3iw87q4zh8rbyngsw89pwnzs5jk195zzqdspgj2j")) (patches (search-patches "weechat-python.patch")))) (build-system cmake-build-system) (native-inputs @@ -212,7 +212,7 @@ SILC and ICB protocols via plugins.") ((".*\\$\\{plugin.name\\} == (javascript|php|ruby)" all) (string-append "// SKIP" all))) (substitute* "tests/scripts/test-scripts.cpp" - ((".*\\{ \"(jvascript|php|ruby)\", " all) ; sic + ((".*\\{ \"(javascript|php|ruby)\", " all) (string-append "// SKIP" all))) #t)) (add-after 'install 'wrap -- cgit v1.2.3