From 4570ab03168886ea32bb1e8fcb927d1762014975 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Fri, 3 Apr 2020 09:48:48 +0200 Subject: gnu: txr: Update to 234. * gnu/packages/lisp.scm (txr): Update to 234. --- gnu/packages/lisp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/lisp.scm') 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") -- cgit v1.2.3