[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch lisp-team updated: gnu: ecl: Update to 23.9.9.
From: |
guix-commits |
Subject: |
branch lisp-team updated: gnu: ecl: Update to 23.9.9. |
Date: |
Sat, 09 Sep 2023 12:27:11 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch lisp-team
in repository guix.
The following commit(s) were added to refs/heads/lisp-team by this push:
new ff1c1617aa gnu: ecl: Update to 23.9.9.
ff1c1617aa is described below
commit ff1c1617aa1037fefd44c499775a7b386c5b5e4c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 9 14:32:47 2023 +0200
gnu: ecl: Update to 23.9.9.
* gnu/packages/lisp.scm (ecl): Update to 23.9.9.
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c2a771093c..c0e5b3eecb 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -267,7 +267,7 @@ interface to the Tk widget system.")
(define-public ecl
(package
(name "ecl")
- (version "21.2.1")
+ (version "23.9.9")
(source
(origin
(method url-fetch)
@@ -275,7 +275,7 @@ interface to the Tk widget system.")
"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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch lisp-team updated: gnu: ecl: Update to 23.9.9.,
guix-commits <=