gnu: txr: Update to 291.

* gnu/packages/lisp.scm (txr): Update to 291.
This commit is contained in:
Guillaume Le Vaillant 2023-08-08 10:11:52 +02:00
parent 29dc951b90
commit f19736e62f
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -994,7 +994,7 @@ (define man-for-txr
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "289") (version "291")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1003,7 +1003,7 @@ (define-public txr
(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 "1jcz5iggp4mz5bzgnifr4xdpvz0sxa8cminynhdcs2jqr073xy8b")))) (base32 "0nsb302arpd2mw2z2l12j6yg9pp94lfb79h3sym72ih7rmklnfx7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags