summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-03-12 09:33:47 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2020-03-12 10:08:45 +0100
commit0aedcf4bc3e36071609d5b1f8a52fd449ec05118 (patch)
tree4ebf470f99533fcbe200e9d752b78de55f736f34
parent04b4c43232d114d7bc4a415e3c6138c52d33a800 (diff)
downloadpatches-0aedcf4bc3e36071609d5b1f8a52fd449ec05118.tar
patches-0aedcf4bc3e36071609d5b1f8a52fd449ec05118.tar.gz
gnu: txr: Update to 233.
* gnu/packages/lisp.scm (txr): Update to 233.
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index b5d8fd30f3..2af0d78da3 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -797,7 +797,7 @@ enough to play the original mainframe Zork all the way through.")
(define-public txr
(package
(name "txr")
- (version "232")
+ (version "233")
(source
(origin
(method git-fetch)
@@ -808,7 +808,7 @@ enough to play the original mainframe Zork all the way through.")
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
- "1vcnask4a1rxrljp4rcbkfihrndkv25l256l125vv39gjhf315xp"))))
+ "14dwjgx9lbfajk3q539m3v3b9j047q83ldnqb4cagbs8ampvhfbv"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")