gnu: txr: Update to 234.

* gnu/packages/lisp.scm (txr): Update to 234.
This commit is contained in:
Guillaume Le Vaillant 2020-04-03 09:48:48 +02:00
parent 7a9543d77e
commit 4570ab0316
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -845,7 +845,7 @@ (define-public confusion-mdl
(define-public txr
(package
(name "txr")
(version "233")
(version "234")
(source
(origin
(method git-fetch)
@ -856,7 +856,7 @@ (define-public txr
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
"14dwjgx9lbfajk3q539m3v3b9j047q83ldnqb4cagbs8ampvhfbv"))))
"0c9qsj4xwc24c9g02mr5n97m4d87d4n0pcc2c2n58l2vg5dnzba0"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")