[PATCH] gnu: weechat: update to 2.5

  • Done
  • quality assurance status badge
Details
3 participants
  • Gábor Boskovits
  • Josh Holland
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Josh Holland
Severity
normal
J
J
Josh Holland wrote on 19 Jun 2019 21:55
(address . guix-patches@gnu.org)(name . Josh Holland)(address . josh@inv.alid.pw)
20190619195529.6226-1-josh@inv.alid.pw
* gnu/packages/irc.scm (weechat): update to 2.5
---
gnu/packages/irc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
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
--
2.22.0
G
G
Gábor Boskovits wrote on 20 Jun 2019 09:45
gnu: weechat: update to 2.5
CAE4v=pgz5w4=BDNygEec48HqXbMyHY7M5zQR1n_wS-2YObqWhA@mail.gmail.com
Hello,

Is removing the comment intentional?

Best regards,
g_bor
--
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
Attachment: file
T
T
Tobias Geerinckx-Rice wrote on 20 Jun 2019 10:06
87lfxwsmto.fsf@nckx
Gábor,

Gábor Boskovits wrote:
Toggle quote (2 lines)
> Is removing the comment intentional?

Yes. It accompanied the deliberate ‘jvascript’ spelling, which
has now been fixed.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXQs+cwAKCRANsP+IT1Vt
eZlGAQDsSkNmNImgj2KapX1hewUbRCXzr+yyL520JwhJVRkPVwD/SFrl2EOe5Uin
jxwFgc70CsWEqP1FojmOhHSqzD+mYQ4=
=5E1u
-----END PGP SIGNATURE-----

J
J
Josh Holland wrote on 20 Jun 2019 10:08
Re: gnu: weechat: update to 2.5
77cf0ef4-2734-444e-a76d-373a5dc22ac6@www.fastmail.com
Hi Gábor,

On Thu, 20 Jun 2019, at 8:46 AM, Gábor Boskovits wrote:
Toggle quote (2 lines)
> Is removing the comment intentional?

Yes, the "sic"[0] was indicating that the typo of "jvascript" was intended (to match an upstream typo). That's now been fixed, so the comment is no longer necessary.

Thanks,
Josh

G
Closed
?