diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-12-16 12:00:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-17 17:41:28 +0100 |
commit | 2963ae8e4adcc6be06a7b3052ea23fd220612dae (patch) | |
tree | 29b28f14744557e4a91f51780315571be81f0cee /gnu/packages/lisp.scm | |
parent | a7c75b8dbfd812571ba803b089d081671085e4d3 (diff) |
gnu: txr: Update to 229.
* gnu/packages/lisp.scm (txr): Update to 229.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index d51b9a3662..e2732a478d 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -741,7 +741,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "224") + (version "229") (source (origin (method git-fetch) @@ -752,7 +752,7 @@ enough to play the original mainframe Zork all the way through.") (patches (search-patches "txr-shell.patch")) (sha256 (base32 - "1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810")))) + "070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("cc=gcc") |