summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-04-03 09:48:48 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-04-03 09:48:48 +0200
commit4570ab03168886ea32bb1e8fcb927d1762014975 (patch)
treed74af3ecf8c85ff261bcbdd8c2d2334644275db9
parent7a9543d77ec750d93a0a7832b115db1ae83195a3 (diff)
downloadpatches-4570ab03168886ea32bb1e8fcb927d1762014975.tar
patches-4570ab03168886ea32bb1e8fcb927d1762014975.tar.gz
gnu: txr: Update to 234.
* gnu/packages/lisp.scm (txr): Update to 234.
-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 ddd2c37eca..1901c40053 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -845,7 +845,7 @@ enough to play the original mainframe Zork all the way through.")
(define-public txr
(package
(name "txr")
- (version "233")
+ (version "234")
(source
(origin
(method git-fetch)
@@ -856,7 +856,7 @@ enough to play the original mainframe Zork all the way through.")
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
- "14dwjgx9lbfajk3q539m3v3b9j047q83ldnqb4cagbs8ampvhfbv"))))
+ "0c9qsj4xwc24c9g02mr5n97m4d87d4n0pcc2c2n58l2vg5dnzba0"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")