1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: txr: Update to 256.

* gnu/packages/lisp.scm (txr): Update to 256.
This commit is contained in:
Guillaume Le Vaillant 2021-04-21 13:46:31 +02:00
parent fc306595a2
commit b33e83ea9c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -847,7 +847,7 @@ enough to play the original mainframe Zork all the way through.")
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "255") (version "256")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -856,7 +856,7 @@ enough to play the original mainframe Zork all the way through.")
(commit (string-append "txr-" version)))) (commit (string-append "txr-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0fjca44761x29xg5hh60yf4i3k7462z7ysnadbk2wzisp42yxk6j")))) (base32 "1g0kglp2dsfnqbiq1kg49vhsj981dm1b2s091rwgvws9vdl77gr6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags