From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49961) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEEFW-0004xT-7X for guix-patches@gnu.org; Sat, 28 Sep 2019 11:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEEFV-0007Zg-6m for guix-patches@gnu.org; Sat, 28 Sep 2019 11:03:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42219) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iEEFV-0007ZM-3Y for guix-patches@gnu.org; Sat, 28 Sep 2019 11:03:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iEEFU-0001C2-Sh for guix-patches@gnu.org; Sat, 28 Sep 2019 11:03:04 -0400 Subject: [bug#37543] [PATCH] gnu: sbcl: Update to 1.5.7. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:49936) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEEFN-0004si-Lh for guix-patches@gnu.org; Sat, 28 Sep 2019 11:02:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEEFM-0007NS-Iv for guix-patches@gnu.org; Sat, 28 Sep 2019 11:02:57 -0400 Received: from mail-io1-xd33.google.com ([2607:f8b0:4864:20::d33]:33045) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iEEFM-0007MD-Cf for guix-patches@gnu.org; Sat, 28 Sep 2019 11:02:56 -0400 Received: by mail-io1-xd33.google.com with SMTP id z19so25578033ior.0 for ; Sat, 28 Sep 2019 08:02:56 -0700 (PDT) Received: from librem (c-73-22-1-166.hsd1.il.comcast.net. [73.22.1.166]) by smtp.gmail.com with ESMTPSA id d26sm408875ioc.16.2019.09.28.08.02.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Sep 2019 08:02:54 -0700 (PDT) From: Alex ter Weele Date: Sat, 28 Sep 2019 10:02:52 -0500 Message-ID: <87a7aoxy3n.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-sbcl-Update-to-1.5.7.patch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37543@debbugs.gnu.org >From 9ad9042f0ba7224deebe7a5e5bdc32a5a89b785f Mon Sep 17 00:00:00 2001 From: Alex ter Weele 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