GNU bug report logs - #37049
[PATCH] gnu: txr: Update to 223.

Previous Next

Package: guix-patches;

Reported by: Guillaume Le Vaillant <glv <at> posteo.net>

Date: Fri, 16 Aug 2019 09:21:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37049: closed ([PATCH] gnu: txr: Update to 223.)
Date: Fri, 16 Aug 2019 20:51:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 16 Aug 2019 22:50:23 +0200
with message-id <87v9uwg7hs.fsf <at> gnu.org>
and subject line Re: [bug#37049] [PATCH] gnu: txr: Update to 223.
has caused the debbugs.gnu.org bug report #37049,
regarding [PATCH] gnu: txr: Update to 223.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37049: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37049
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Guillaume Le Vaillant <glv <at> posteo.net>
Subject: [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 11:19:56 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 37049-done <at> debbugs.gnu.org
Subject: Re: [bug#37049] [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 22:50:23 +0200
Hi,

Guillaume Le Vaillant <glv <at> 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’.


This bug report was last modified 5 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.