gnu: txr: Update to 296.

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

Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
This commit is contained in:
Guillaume Le Vaillant 2024-08-22 13:40:48 +02:00
parent 1bb9da0895
commit 645cb9b6f6
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1651,7 +1651,7 @@ the HTML documentation of TXR.")
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "295") (version "296")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1660,7 +1660,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 "0fpvsz31ark1gyhzyg2x85fxfssfjfc6k0v9hvqdp0y1q5bf66az")))) (base32 "1b91s5kpsf62j9qdk352kh94knd9iykk64dvbrba09h3zryankyv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags