From: Guillaume Le Vaillant <glv@posteo.net>
To: 37049@debbugs.gnu.org
Cc: Guillaume Le Vaillant <glv@posteo.net>
Subject: [bug#37049] [PATCH] gnu: txr: Update to 223.
Date: Fri, 16 Aug 2019 11:19:56 +0200 [thread overview]
Message-ID: <20190816091956.17920-1-glv@posteo.net> (raw)
* 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
next reply other threads:[~2019-08-16 9:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-16 9:19 Guillaume Le Vaillant [this message]
2019-08-16 20:50 ` bug#37049: [PATCH] gnu: txr: Update to 223 Ludovic Courtès
2019-08-16 20:55 ` [bug#37049] " Guillaume Le Vaillant
2019-08-16 21:01 ` Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190816091956.17920-1-glv@posteo.net \
--to=glv@posteo.net \
--cc=37049@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).