diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-09-04 11:38:16 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-09-04 11:38:16 +0200 |
commit | a43f825d4e343124f0ece3429e320f7a29ab2791 (patch) | |
tree | f0a5fca76baf5fe9705c21a793841912ab5cdf99 /gnu/packages/lisp.scm | |
parent | 3f663e57ab292f571746043708670bdd168768f7 (diff) | |
download | guix-a43f825d4e343124f0ece3429e320f7a29ab2791.tar.gz |
gnu: txr: Update to 243.
* gnu/packages/lisp.scm (txr): Update to 243.
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 d52e75197b..df901aa34f 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -801,7 +801,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "242") + (version "243") (source (origin (method git-fetch) @@ -810,7 +810,7 @@ enough to play the original mainframe Zork all the way through.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0p38k1hjqmqb2zzydlm94yvll0qkpl70n4ywgs984lbyasn5zyqb")))) + (base32 "08rrl7ac6jnx0zfchzbpvs3qidrbjrl9c7p8s1wms90lp10i18ak")))) (build-system gnu-build-system) (arguments `(#:configure-flags |