summary refs log tree commit diff
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
parentd03fcff19d02f7a1df49b3b675297b3bc97375dd (diff)
downloadguix-d8bc7e18458eeb3510645660aaa2d3b5b990b471.tar.gz
gnu: ecl: Update to 24.5.10.
* gnu/packages/lisp.scm (ecl): Update to 24.5.10.

Change-Id: I2d22a4444853e007e2992fbfeaf5d8f82c7c27c6
-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 40ae19660e..70b7bf307f 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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