Archived
1
0
Fork 0

gnu: ecl: Update to 21.2.1.

* gnu/packages/lisp.scm (ecl): Update to 21.2.1.
This commit is contained in:
Pierre Neidhardt 2021-02-03 20:59:02 +01:00
parent d3ec50ecf8
commit da5118d3f4
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -221,7 +221,7 @@ interface to the Tk widget system.")
(define-public ecl (define-public ecl
(package (package
(name "ecl") (name "ecl")
(version "20.4.24") (version "21.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -229,7 +229,7 @@ interface to the Tk widget system.")
"https://common-lisp.net/project/ecl/static/files/release/" "https://common-lisp.net/project/ecl/static/files/release/"
name "-" version ".tgz")) name "-" version ".tgz"))
(sha256 (sha256
(base32 "01qgdmr54wkj854f69qdm9sybrvd6gd21dpx4askdaaqybnkh237")))) (base32 "000906nnq25177bgsfndiw3iqqgrjc9spk10hzk653sbz3f7anmi"))))
(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