gnu: txr: Update to 229.

* gnu/packages/lisp.scm (txr): Update to 229.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Guillaume Le Vaillant 2019-12-16 12:00:04 +01:00 committed by Ludovic Courtès
parent a7c75b8dbf
commit 2963ae8e4a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -741,7 +741,7 @@ (define-public confusion-mdl
(define-public txr
(package
(name "txr")
(version "224")
(version "229")
(source
(origin
(method git-fetch)
@ -752,7 +752,7 @@ (define-public txr
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
"1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
"070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")