guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ecl: Update to 21.2.1.


From: guix-commits
Subject: branch master updated: gnu: ecl: Update to 21.2.1.
Date: Wed, 03 Feb 2021 14:59:24 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new da5118d  gnu: ecl: Update to 21.2.1.
da5118d is described below

commit da5118d3f423af33075cdcaecd04b9f40ac9261c
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Feb 3 20:59:02 2021 +0100

    gnu: ecl: Update to 21.2.1.
    
    * gnu/packages/lisp.scm (ecl): Update to 21.2.1.
---
 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 69011a3..17d5299 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -221,7 +221,7 @@ interface to the Tk widget system.")
 (define-public ecl
   (package
     (name "ecl")
-    (version "20.4.24")
+    (version "21.2.1")
     (source
      (origin
        (method url-fetch)
@@ -229,7 +229,7 @@ interface to the Tk widget system.")
              "https://common-lisp.net/project/ecl/static/files/release/";
              name "-" version ".tgz"))
        (sha256
-        (base32 "01qgdmr54wkj854f69qdm9sybrvd6gd21dpx4askdaaqybnkh237"))))
+        (base32 "000906nnq25177bgsfndiw3iqqgrjc9spk10hzk653sbz3f7anmi"))))
     (build-system gnu-build-system)
     ;; src/configure uses 'which' to confirm the existence of 'gzip'.
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]