diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-06-24 10:57:16 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-06-24 10:57:16 +0200 |
commit | fb31d731104b7296606684b3612055dc469c53ef (patch) | |
tree | 24b116512777663baa45072c0f88109703a8e04c /gnu | |
parent | 444f8438ff1e2c315f58a7568c3b8d3a9b010107 (diff) | |
download | guix-fb31d731104b7296606684b3612055dc469c53ef.tar.gz guix-fb31d731104b7296606684b3612055dc469c53ef.zip |
gnu: txr: Update to 263.
* gnu/packages/lisp.scm (txr): Update to 263.
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 55da4b061e..5814a44dab 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -849,7 +849,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "259") + (version "263") (source (origin (method git-fetch) @@ -858,7 +858,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 "1awg6l458pl2y340l0vja2j5q636vh2mx2mllxqydg36j89lfniz")))) + (base32 "14zaziymnbr2ld79x4h7sf88bzzzj82w3xpavmcx7mhwannb2swh")))) (build-system gnu-build-system) (arguments `(#:configure-flags |