mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue