gnu: txr: Update to 233.

* gnu/packages/lisp.scm (txr): Update to 233.
This commit is contained in:
Guillaume Le Vaillant 2020-03-12 09:33:47 +01:00
parent 04b4c43232
commit 0aedcf4bc3
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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