Archived
1
0
Fork 0

gnu: ecl: Update to 24.5.10.

* gnu/packages/lisp.scm (ecl): Update to 24.5.10.

Change-Id: I2d22a4444853e007e2992fbfeaf5d8f82c7c27c6
This commit is contained in:
Guillaume Le Vaillant 2024-05-30 15:06:28 +02:00
parent d03fcff19d
commit d8bc7e1845
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -272,7 +272,7 @@ interface to the Tk widget system.")
(define-public ecl
(package
(name "ecl")
(version "23.9.9")
(version "24.5.10")
(source
(origin
(method url-fetch)
@ -280,7 +280,7 @@ interface to the Tk widget system.")
"https://ecl.common-lisp.dev/static/files/release/"
name "-" version ".tgz"))
(sha256
(base32 "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5"))))
(base32 "0av2prf474cg0glr37fgsfb4w0dxfg38pykb72ay9q3132xnbsp4"))))
(build-system gnu-build-system)
;; src/configure uses 'which' to confirm the existence of 'gzip'.
(native-inputs