* [bug#36297] [PATCH] gnu: weechat: update to 2.5
@ 2019-06-19 19:55 Josh Holland
2019-06-20 7:45 ` [bug#36297] " Gábor Boskovits
2019-06-20 10:03 ` bug#36297: " Gábor Boskovits
0 siblings, 2 replies; 5+ messages in thread
From: Josh Holland @ 2019-06-19 19:55 UTC (permalink / raw)
To: 36297; +Cc: Josh Holland
* gnu/packages/irc.scm (weechat): update to 2.5
---
gnu/packages/irc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#36297] gnu: weechat: update to 2.5
2019-06-19 19:55 [bug#36297] [PATCH] gnu: weechat: update to 2.5 Josh Holland
@ 2019-06-20 7:45 ` Gábor Boskovits
2019-06-20 8:06 ` Tobias Geerinckx-Rice
2019-06-20 8:08 ` Josh Holland
2019-06-20 10:03 ` bug#36297: " Gábor Boskovits
1 sibling, 2 replies; 5+ messages in thread
From: Gábor Boskovits @ 2019-06-20 7:45 UTC (permalink / raw)
To: 36297, josh
[-- Attachment #1: Type: text/plain, Size: 145 bytes --]
Hello,
Is removing the comment intentional?
Best regards,
g_bor
--
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
[-- Attachment #2: Type: text/html, Size: 360 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#36297] gnu: weechat: update to 2.5
2019-06-20 7:45 ` [bug#36297] " Gábor Boskovits
@ 2019-06-20 8:06 ` Tobias Geerinckx-Rice
2019-06-20 8:08 ` Josh Holland
1 sibling, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-06-20 8:06 UTC (permalink / raw)
To: 36297, Gábor Boskovits
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
Gábor,
Gábor Boskovits wrote:
> Is removing the comment intentional?
Yes. It accompanied the deliberate ‘jvascript’ spelling, which
has now been fixed.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#36297] gnu: weechat: update to 2.5
2019-06-20 7:45 ` [bug#36297] " Gábor Boskovits
2019-06-20 8:06 ` Tobias Geerinckx-Rice
@ 2019-06-20 8:08 ` Josh Holland
1 sibling, 0 replies; 5+ messages in thread
From: Josh Holland @ 2019-06-20 8:08 UTC (permalink / raw)
To: Gábor Boskovits, 36297
Hi Gábor,
On Thu, 20 Jun 2019, at 8:46 AM, Gábor Boskovits wrote:
> 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
[0]: see e.g. https://en.wikipedia.org/wiki/Sic
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#36297: gnu: weechat: update to 2.5
2019-06-19 19:55 [bug#36297] [PATCH] gnu: weechat: update to 2.5 Josh Holland
2019-06-20 7:45 ` [bug#36297] " Gábor Boskovits
@ 2019-06-20 10:03 ` Gábor Boskovits
1 sibling, 0 replies; 5+ messages in thread
From: Gábor Boskovits @ 2019-06-20 10:03 UTC (permalink / raw)
To: 36297-done
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
Fixed on master on commit 9553a41dbee956aeece7631321fc52a264311541
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=9553a41dbee956aeece7631321fc52a264311541>
Thanks for the report,
Best regards,
g_bor
--
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21
[-- Attachment #2: Type: text/html, Size: 499 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-06-20 10:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 19:55 [bug#36297] [PATCH] gnu: weechat: update to 2.5 Josh Holland
2019-06-20 7:45 ` [bug#36297] " Gábor Boskovits
2019-06-20 8:06 ` Tobias Geerinckx-Rice
2019-06-20 8:08 ` Josh Holland
2019-06-20 10:03 ` bug#36297: " Gábor Boskovits
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.