gnu: ecl: Update to 23.9.9.
* gnu/packages/lisp.scm (ecl): Update to 23.9.9.
This commit is contained in:
parent
ee13af93b5
commit
ff1c1617aa
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ interface to the Tk widget system.")
|
||||||
(define-public ecl
|
(define-public ecl
|
||||||
(package
|
(package
|
||||||
(name "ecl")
|
(name "ecl")
|
||||||
(version "21.2.1")
|
(version "23.9.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -275,7 +275,7 @@ interface to the Tk widget system.")
|
||||||
"https://ecl.common-lisp.dev/static/files/release/"
|
"https://ecl.common-lisp.dev/static/files/release/"
|
||||||
name "-" version ".tgz"))
|
name "-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "000906nnq25177bgsfndiw3iqqgrjc9spk10hzk653sbz3f7anmi"))))
|
(base32 "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; src/configure uses 'which' to confirm the existence of 'gzip'.
|
;; src/configure uses 'which' to confirm the existence of 'gzip'.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue