gnu: txr: Update to 299.

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

Change-Id: I4e302f249cfb8fcb2c86011192942b3da55ea7ac
This commit is contained in:
Guillaume Le Vaillant 2025-02-26 14:16:10 +01:00
parent 90ee330baf
commit fd0bebea98
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1667,7 +1667,7 @@ the HTML documentation of TXR.")
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "298") (version "299")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1676,7 +1676,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 "1y2g3dn47df781alfqaiak0nqkzv73yiaiypdd0q2gki9vriam1m")))) (base32 "0hlq79j3vyx5y3ffccjkbqx7mvwzbw9dcfy5jrayfzzqwnsyvr78"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags