summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-05-30 15:06:28 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-06-07 09:35:40 +0200
commitd8bc7e18458eeb3510645660aaa2d3b5b990b471 (patch)
treedd3c0d3f51a1babafba50f2fe8f36b7bde9e2bf5 /gnu/packages/lisp.scm
parentd03fcff19d02f7a1df49b3b675297b3bc97375dd (diff)
gnu: ecl: Update to 24.5.10.
* gnu/packages/lisp.scm (ecl): Update to 24.5.10. Change-Id: I2d22a4444853e007e2992fbfeaf5d8f82c7c27c6
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 40ae19660ef..70b7bf307f4 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -272,7 +272,7 @@ interface to the Tk widget system.")
272(define-public ecl 272(define-public ecl
273 (package 273 (package
274 (name "ecl") 274 (name "ecl")
275 (version "23.9.9") 275 (version "24.5.10")
276 (source 276 (source
277 (origin 277 (origin
278 (method url-fetch) 278 (method url-fetch)
@@ -280,7 +280,7 @@ interface to the Tk widget system.")
280 "https://ecl.common-lisp.dev/static/files/release/" 280 "https://ecl.common-lisp.dev/static/files/release/"
281 name "-" version ".tgz")) 281 name "-" version ".tgz"))
282 (sha256 282 (sha256
283 (base32 "107q6gmxlsya4yv38r1x1axrgyyfgdrfkkz97zfp64bcrasdl6y5")))) 283 (base32 "0av2prf474cg0glr37fgsfb4w0dxfg38pykb72ay9q3132xnbsp4"))))
284 (build-system gnu-build-system) 284 (build-system gnu-build-system)
285 ;; src/configure uses 'which' to confirm the existence of 'gzip'. 285 ;; src/configure uses 'which' to confirm the existence of 'gzip'.
286 (native-inputs 286 (native-inputs