From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCcJM-0006Nt-P3 for guix-patches@gnu.org; Fri, 05 Apr 2019 23:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCcJL-0003ua-Py for guix-patches@gnu.org; Fri, 05 Apr 2019 23:48:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32917) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCcJI-0003rj-DT for guix-patches@gnu.org; Fri, 05 Apr 2019 23:48:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCcJI-0006rm-4a for guix-patches@gnu.org; Fri, 05 Apr 2019 23:48:04 -0400 Subject: [bug#35168] [PATCH] gnu: sbcl: Update to 1.5.1 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:56031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCcIX-0006LR-N1 for guix-patches@gnu.org; Fri, 05 Apr 2019 23:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCcIW-0003Gx-Pt for guix-patches@gnu.org; Fri, 05 Apr 2019 23:47:17 -0400 Received: from mail-io1-xd35.google.com ([2607:f8b0:4864:20::d35]:46930) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCcIV-0003Et-NM for guix-patches@gnu.org; Fri, 05 Apr 2019 23:47:16 -0400 Received: by mail-io1-xd35.google.com with SMTP id p23so6086929iol.13 for ; Fri, 05 Apr 2019 20:47:15 -0700 (PDT) Received: from gazelle-pro (172-221-246-205.dhcp.chtrptr.net. [172.221.246.205]) by smtp.gmail.com with ESMTPSA id t25sm9264493ioc.37.2019.04.05.20.47.12 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 05 Apr 2019 20:47:12 -0700 (PDT) From: Katherine Cox-Buday Date: Fri, 05 Apr 2019 22:47:11 -0500 Message-ID: <8736mvokw0.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: 35168@debbugs.gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-sbcl-Update-to-1.5.1.patch >From 701dee9cb0d50b237c6d3bf4463b7aac2cc1698f Mon Sep 17 00:00:00 2001 From: Katherine Cox-Buday Date: Fri, 5 Apr 2019 22:44:39 -0500 Subject: [PATCH] gnu: sbcl: Update to 1.5.1 --- 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 d92d69985b..7c129e9da5 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -318,14 +318,14 @@ an interpreter, a compiler, a debugger, and much more.") (define-public sbcl (package (name "sbcl") - (version "1.4.16") + (version "1.5.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" version "-source.tar.bz2")) (sha256 - (base32 "1myg4wkxnbfn5nz38xy62r1jhjy07x3h0b04vg858n41chdsv4wd")) + (base32 "08z62qba0kmm15k93s2rq7ipi769895g8iwigcp20qjh6amwnwph")) (modules '((guix build utils))) (snippet ;; Add sbcl-bundle-systems to 'default-system-source-registry'. -- 2.20.1 --=-=-= Content-Type: text/plain -- Katherine --=-=-=--