gnu: txr: Update to 223.
* gnu/packages/lisp.scm (txr): Update to 223. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3b165f2a40
commit
66d146639d
|
@ -5319,7 +5319,7 @@ port within a range.")
|
||||||
(define-public txr
|
(define-public txr
|
||||||
(package
|
(package
|
||||||
(name "txr")
|
(name "txr")
|
||||||
(version "216")
|
(version "223")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5329,7 +5329,7 @@ port within a range.")
|
||||||
(patches (search-patches "txr-shell.patch"))
|
(patches (search-patches "txr-shell.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07cxdpc9zsqd0c2668g00dqjpd6zc4mfdn74aarr6d2hpzdhh937"))))
|
"0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("cc=gcc")
|
'(#:configure-flags '("cc=gcc")
|
||||||
|
@ -5343,7 +5343,7 @@ port within a range.")
|
||||||
#t))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "tests")))))))
|
(invoke "make" "tests"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("flex" ,flex)))
|
("flex" ,flex)))
|
||||||
|
|
Loading…
Reference in New Issue