diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-01-02 10:48:08 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-01-02 10:48:08 +0100 |
commit | 88a4e5f19b7288d73a70115e3c80a8dbcb2c04d7 (patch) | |
tree | e07b0fc96756223fcd7e98ced52909a779eba9f7 | |
parent | d38e410c6a4b101b544774620ca7158ae5c57f7c (diff) |
gnu: txr: Update to 246.
* gnu/packages/lisp.scm (txr): Update to 246.
-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 603bbab736..9ef37d706b 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -840,7 +840,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "245") + (version "246") (source (origin (method git-fetch) @@ -849,7 +849,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 "1pnajvqhzjlw0rwwhhk4hyps5pbg9njh10iqhnmvl1xnah6ff94z")))) + (base32 "1ynkz0ss7nn1ssiaxagpq80iabknf085nk0pra9hn8y9hx7av0db")))) (build-system gnu-build-system) (arguments `(#:configure-flags |