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.0.3.


From: guix-commits
Subject: branch master updated: gnu: sbcl: Update to 2.0.3.
Date: Tue, 07 Apr 2020 04:30:31 -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 1d05da0  gnu: sbcl: Update to 2.0.3.
1d05da0 is described below

commit 1d05da03ee6f62c1e8a9d2315de0f847c4eeca00
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Tue Apr 7 10:29:43 2020 +0200

    gnu: sbcl: Update to 2.0.3.
    
    * gnu/packages/lisp.scm (sbcl): Update to 2.0.3.
---
 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 1901c40..709ea88 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -365,14 +365,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "2.0.2")
+    (version "2.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "07pyzdjnhcpqwvr3rrk4i18maqdywbq1qj93fnpx1h4b7dp08r28"))))
+        (base32 "001gckyw8hl842nk7nwf5kcspzkc1g8dycpwylzh5chl6893ym5m"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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