diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-05-20 14:08:32 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-05-20 14:10:31 +0200 |
commit | 79922038bcf4ad9689b6ba3772bebaf15454f34b (patch) | |
tree | 07e9032f4ae840048314f788d913834682e6e64f /gnu/packages | |
parent | cb789cb43c6b7dc85580e25ebc0b9514f3d3ef4d (diff) | |
download | guix-79922038bcf4ad9689b6ba3772bebaf15454f34b.tar.gz guix-79922038bcf4ad9689b6ba3772bebaf15454f34b.zip |
gnu: txr: Update to 259.
* gnu/packages/lisp.scm (txr): Update to 259.
Diffstat (limited to 'gnu/packages')
-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 24babaf469..f6df3ef824 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -847,7 +847,7 @@ enough to play the original mainframe Zork all the way through.") (define-public txr (package (name "txr") - (version "258") + (version "259") (source (origin (method git-fetch) @@ -856,7 +856,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 "126hvjqlbrsp7sp9wbcii5cc9j5r3dq24cvxi5z3z9zys2plzrn2")))) + (base32 "1awg6l458pl2y340l0vja2j5q636vh2mx2mllxqydg36j89lfniz")))) (build-system gnu-build-system) (arguments `(#:configure-flags |