guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sbcl: Update to 1.4.4.


From: Ricardo Wurmus
Subject: 01/01: gnu: sbcl: Update to 1.4.4.
Date: Sat, 10 Feb 2018 07:51:13 -0500 (EST)

rekado pushed a commit to branch core-updates
in repository guix.

commit 3a52bb7194f36b03116229ad36b13535597aa025
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Feb 10 12:14:37 2018 +0100

    gnu: sbcl: Update to 1.4.4.
    
    * gnu/packages/lisp.scm (sbcl): Update to 1.4.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 b38efac..98469ee 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -314,14 +314,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "1.3.7")
+    (version "1.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "0fjdqnb2rsm2vi9794ywp27jr239ddvzc4xfr0dk49jd4v7p2kc5"))
+        (base32 "1k6v5b8qv7vyxvh8asx6phf2hbapx5pp5p5j47hgnq123fwnh4fa"))
        (modules '((guix build utils)))
        (snippet
         ;; Add sbcl-bundle-systems to 'default-system-source-registry'.



reply via email to

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