diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-12-29 11:37:59 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2019-12-29 11:41:51 +0100 |
commit | 92fcf9856face3822ce827d7732c4b152f715f62 (patch) | |
tree | 51c910f358c175ae6f826b3c7f9a7689c927c05f /gnu | |
parent | 8d8c6bffc528b60574f84620bd6c3ee9bfa1173f (diff) | |
download | guix-92fcf9856face3822ce827d7732c4b152f715f62.tar.gz guix-92fcf9856face3822ce827d7732c4b152f715f62.zip |
gnu: txr: Update to 230.
* gnu/packages/lisp.scm (txr): Update to 230.
Diffstat (limited to 'gnu')
-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 79721d54b3..a3ac957f63 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -773,7 +773,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "229") + (version "230") (source (origin (method git-fetch) @@ -784,7 +784,7 @@ enough to play the original mainframe Zork all the way through.") (patches (search-patches "txr-shell.patch")) (sha256 (base32 - "070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46")))) + "1ma6nbqsnl4f8ndh47zzc8n5vzcny66v0z3ndddgm3g0bqaxzjzm")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("cc=gcc") |