unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37049] [PATCH] gnu: txr: Update to 223.
@ 2019-08-16  9:19 Guillaume Le Vaillant
  2019-08-16 20:50 ` bug#37049: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2019-08-16  9:19 UTC (permalink / raw)
  To: 37049; +Cc: Guillaume Le Vaillant

* gnu/packages/lisp.scm (txr): Update to 223.
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#37049: [PATCH] gnu: txr: Update to 223.
  2019-08-16  9:19 [bug#37049] [PATCH] gnu: txr: Update to 223 Guillaume Le Vaillant
@ 2019-08-16 20:50 ` Ludovic Courtès
  2019-08-16 20:55   ` [bug#37049] " Guillaume Le Vaillant
  2019-08-16 21:01   ` Guillaume Le Vaillant
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-08-16 20:50 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 37049-done

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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#37049] [PATCH] gnu: txr: Update to 223.
  2019-08-16 20:50 ` bug#37049: " Ludovic Courtès
@ 2019-08-16 20:55   ` Guillaume Le Vaillant
  2019-08-16 21:01   ` Guillaume Le Vaillant
  1 sibling, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2019-08-16 20:55 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37049-done


Ludovic Courtès a écrit :

> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#37049] [PATCH] gnu: txr: Update to 223.
  2019-08-16 20:50 ` bug#37049: " Ludovic Courtès
  2019-08-16 20:55   ` [bug#37049] " Guillaume Le Vaillant
@ 2019-08-16 21:01   ` Guillaume Le Vaillant
  1 sibling, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2019-08-16 21:01 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37049-done


Ludovic Courtès a écrit :

> 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-16 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16  9:19 [bug#37049] [PATCH] gnu: txr: Update to 223 Guillaume Le Vaillant
2019-08-16 20:50 ` bug#37049: " Ludovic Courtès
2019-08-16 20:55   ` [bug#37049] " Guillaume Le Vaillant
2019-08-16 21:01   ` Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).