[PATCH] gnu: txr: Update to 223.

  • Done
  • quality assurance status badge
Details
3 participants
  • Guillaume Le Vaillant
  • Guillaume Le Vaillant
  • Ludovic Courtès
Owner
unassigned
Submitted by
Guillaume Le Vaillant
Severity
normal
G
G
Guillaume Le Vaillant wrote on 16 Aug 2019 11:19
(address . guix-patches@gnu.org)(name . Guillaume Le Vaillant)(address . glv@posteo.net)
20190816091956.17920-1-glv@posteo.net
* gnu/packages/lisp.scm (txr): Update to 223.
---
gnu/packages/lisp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d2bed231bd..a42369ba06 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5319,7 +5319,7 @@ port within a range.")
(define-public txr
(package
(name "txr")
- (version "216")
+ (version "223")
(source
(origin
(method url-fetch)
@@ -5329,7 +5329,7 @@ port within a range.")
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
- "07cxdpc9zsqd0c2668g00dqjpd6zc4mfdn74aarr6d2hpzdhh937"))))
+ "0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")
@@ -5343,7 +5343,7 @@ port within a range.")
#t))
(replace 'check
(lambda _
- (zero? (system* "make" "tests")))))))
+ (invoke "make" "tests"))))))
(native-inputs
`(("bison" ,bison)
("flex" ,flex)))
--
2.22.1
L
L
Ludovic Courtès wrote on 16 Aug 2019 22:50
(name . Guillaume Le Vaillant)(address . glv@posteo.net)(address . 37049-done@debbugs.gnu.org)
87v9uwg7hs.fsf@gnu.org
Hi,

Guillaume Le Vaillant <glv@posteo.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/lisp.scm (txr): Update to 223.

Applied!

I noticed that the tarball is a cgit snapshot, which is not guaranteed
to remain bit-identical as cgit changes. Could you, in a future patch,
arrange so that it is fetched over Git, using ‘git-fetch’?

Thanks,
Ludo’.
Closed
G
G
Guillaume Le Vaillant wrote on 16 Aug 2019 23:01
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 37049-done@debbugs.gnu.org)
8736i025al.fsf@yamatai
Ludovic Courtès a écrit :

Toggle quote (15 lines)
> Hi,
>
> Guillaume Le Vaillant <glv@posteo.net> skribis:
>
>> * gnu/packages/lisp.scm (txr): Update to 223.
>
> Applied!
>
> I noticed that the tarball is a cgit snapshot, which is not guaranteed
> to remain bit-identical as cgit changes. Could you, in a future patch,
> arrange so that it is fetched over Git, using ‘git-fetch’?
>
> Thanks,
> Ludo’.

Ok, I'll do that for the next update.
Closed
G
G
Guillaume Le Vaillant wrote on 16 Aug 2019 22:55
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 37049-done@debbugs.gnu.org)
874l2g25kj.fsf@yamatai
Ludovic Courtès a écrit :

Toggle quote (15 lines)
> Hi,
>
> Guillaume Le Vaillant <glv@posteo.net> skribis:
>
>> * gnu/packages/lisp.scm (txr): Update to 223.
>
> Applied!
>
> I noticed that the tarball is a cgit snapshot, which is not guaranteed
> to remain bit-identical as cgit changes. Could you, in a future patch,
> arrange so that it is fetched over Git, using ‘git-fetch’?
>
> Thanks,
> Ludo’.

Ok, I'll do that for the next update.
Closed
?