gnu: txr: Update to 286.

* gnu/packages/lisp.scm (txr): Update to 286.
This commit is contained in:
Guillaume Le Vaillant 2023-05-09 14:15:23 +02:00
parent 5aae6c99c2
commit f5a2c6c2ab
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -987,7 +987,7 @@ (define man-for-txr
(define-public txr (define-public txr
(package (package
(name "txr") (name "txr")
(version "285") (version "286")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -996,7 +996,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 "1ypsgakhak0znmg3wzblfcwd4s4nanzm61dz66gwi48rfnq35znl")))) (base32 "0c5prq9ans4qv8dgfn85555by9rb22p276g21w4mns0rqhjd0ij8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags