emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37049: closed ([PATCH] gnu: txr: Update to 223.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37049: closed ([PATCH] gnu: txr: Update to 223.)
Date: Fri, 16 Aug 2019 20:51:02 +0000

Your message dated Fri, 16 Aug 2019 22:50:23 +0200
with message-id <address@hidden>
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
address@hidden.)


-- 
37049: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37049
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37049] [PATCH] gnu: txr: Update to 223. Date: Fri, 16 Aug 2019 22:50:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Guillaume Le Vaillant <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]