gnu: ecl: Update to 23.9.9.

* gnu/packages/lisp.scm (ecl): Update to 23.9.9.
This commit is contained in:
Guillaume Le Vaillant 2023-09-09 14:32:47 +02:00
parent ee13af93b5
commit ff1c1617aa
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -267,7 +267,7 @@ (define-public gcl
(define-public ecl
(package
(name "ecl")
(version "21.2.1")
(version "23.9.9")
(source
(origin
(method url-fetch)
@ -275,7 +275,7 @@ (define-public ecl
"https://ecl.common-lisp.dev/static/files/release/"
name "-" version ".tgz"))
(sha256
(base32 "000906nnq25177bgsfndiw3iqqgrjc9spk10hzk653sbz3f7anmi"))))
(base32 "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5"))))
(build-system gnu-build-system)
;; src/configure uses 'which' to confirm the existence of 'gzip'.
(native-inputs