guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl: Update to 2.1.4.


From: guix-commits
Subject: branch master updated: gnu: sbcl: Update to 2.1.4.
Date: Sat, 01 May 2021 07:53:26 -0400

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 c04dfb3  gnu: sbcl: Update to 2.1.4.
c04dfb3 is described below

commit c04dfb39f62f764b1c3988d9b0fcedc8221afa67
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat May 1 13:53:09 2021 +0200

    gnu: sbcl: Update to 2.1.4.
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
---
 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 f5bdd9c..c9c7136 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -400,14 +400,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.1.3")
+    (version "2.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "1h6s3as8m72ik971zy7a8j1kqfyy5gzpv9ksy09ixv65a10ll3d9"))))
+        (base32 "04dxxycqhds9r1ycqx3cbavv7p4r13svl5bfakjjmlpw8qihw9lr"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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