gnu: txr: Update to 294.

* gnu/packages/lisp.scm (txr): Update to 294.

Change-Id: I53693122aaf5b2c0ae8f7f13e846de81f1525fc1
This commit is contained in:
Guillaume Le Vaillant 2024-03-20 11:57:38 +01:00
parent b7eb1a8116
commit be88124ebc
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1003,7 +1003,7 @@ the HTML documentation of TXR.")
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "293") (version "294")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1012,7 +1012,7 @@ the HTML documentation of 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 "1b3vhlnw4ymznnlh9d71qhkcdc1p69a53hilckc3rql9y4jsik57")))) (base32 "0cd0ah6lzwszn4jjxrbwknhscdm6rgsprpiybzlikcckgcylpkdn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags