gnu: txr: Update to 302.

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

Change-Id: I71d5c82a9536a53e9220641fff8a206acf16402a
This commit is contained in:
Guillaume Le Vaillant 2025-08-08 16:56:39 +02:00
parent e02421a79d
commit 085199e9ff
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1703,7 +1703,7 @@ the HTML documentation of TXR.")
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "300") (version "302")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1712,7 +1712,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 "1cxdsk31wj8874nijwbcx7c3zsspsclr722jbaivisrm2wx5hbqn")))) (base32 "01h09lbpgyzv64m8ycpr2vavdpdxhxdgvmc3p0jqrkvnrzhkdlhj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags