GNU bug report logs - #37543
[PATCH] gnu: sbcl: Update to 1.5.7.

Previous Next

Package: guix-patches;

Reported by: Alex ter Weele <alex.ter.weele <at> gmail.com>

Date: Sat, 28 Sep 2019 15:03:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Alex ter Weele <alex.ter.weele <at> gmail.com>
Subject: bug#37543: closed (Re: [bug#37543] [PATCH] gnu: sbcl: Update to
 1.5.7.)
Date: Sun, 29 Sep 2019 12:20:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37543: [PATCH] gnu: sbcl: Update to 1.5.7.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37543 <at> debbugs.gnu.org.

-- 
37543: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37543
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Alex ter Weele <alex.ter.weele <at> gmail.com>, 37543-done <at> debbugs.gnu.org
Subject: Re: [bug#37543] [PATCH] gnu: sbcl: Update to 1.5.7.
Date: Sun, 29 Sep 2019 14:19:01 +0200
[Message part 3 (text/plain, inline)]
Hello Alex,

Alex ter Weele <alex.ter.weele <at> gmail.com> writes:

> From 9ad9042f0ba7224deebe7a5e5bdc32a5a89b785f Mon Sep 17 00:00:00 2001
> From: Alex ter Weele <alex.ter.weele <at> gmail.com>
> Date: Sat, 28 Sep 2019 09:59:39 -0500
> Subject: [PATCH] gnu: sbcl: Update to 1.5.7.

I was about to push this patch, but then found Pierre had already
updated SBCL in 9b983086345557ac0a6a40c8cb3a2afd5250d3ee.  Sorry for the
duplicate work!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Alex ter Weele <alex.ter.weele <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: sbcl: Update to 1.5.7.
Date: Sat, 28 Sep 2019 10:02:52 -0500
[0001-gnu-sbcl-Update-to-1.5.7.patch (text/x-patch, inline)]
From 9ad9042f0ba7224deebe7a5e5bdc32a5a89b785f Mon Sep 17 00:00:00 2001
From: Alex ter Weele <alex.ter.weele <at> gmail.com>
Date: Sat, 28 Sep 2019 09:59:39 -0500
Subject: [PATCH] gnu: sbcl: Update to 1.5.7.

---
 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 6c373ce6e2..ba009bb7a6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -327,14 +327,14 @@ an interpreter, a compiler, a debugger, and much more.")
 (define-public sbcl
   (package
     (name "sbcl")
-    (version "1.5.6")
+    (version "1.5.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
                            version "-source.tar.bz2"))
        (sha256
-        (base32 "10z43dc29p7s8dl3jixklhmzqfp7gcm3fccjdfd36qqhyfxqxx3a"))
+        (base32 "11cl839512898shxcgjmnn1178pwc8vcfaypmzxm1wzkwasjyx2l"))
        (modules '((guix build utils)))
        (snippet
         ;; Add sbcl-bundle-systems to 'default-system-source-registry'.
-- 
2.23.0




This bug report was last modified 5 years and 291 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.