From unknown Tue Jun 17 22:28:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Dec 2021 03:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52695 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52695@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164005831831707 (code B ref -1); Tue, 21 Dec 2021 03:46:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 03:45:18 +0000 Received: from localhost ([127.0.0.1]:51935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzW5W-0008FL-F3 for submit@debbugs.gnu.org; Mon, 20 Dec 2021 22:45:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:49520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzW5S-0008FC-Tm for submit@debbugs.gnu.org; Mon, 20 Dec 2021 22:45:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzW5R-0001u5-5B for guix-patches@gnu.org; Mon, 20 Dec 2021 22:45:13 -0500 Received: from mx1.dismail.de ([78.46.223.134]:41202) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzW5N-0005tU-Ez for guix-patches@gnu.org; Mon, 20 Dec 2021 22:45:12 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b18ac64b for ; Tue, 21 Dec 2021 04:44:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=iIlz1elwJubZOMHQgI+BQYQmd53P3z7ybzYJw+jBPY0=; b= QRwot0DXlXSD2iFto301MnN34agNrr7+0J7UZDdFVXKf6iVpjFLR59Uj/hMKhP4w fvia1OyDGEVfKjY287u6T401oF9fjBCusjcwUQZSOoat9EwcsmNpBWOAKuYflPW7 /oj9zACzBvkeOQ7wXqDdpU0ZwmRDnTh74f/5yiSAvZas8+65kqC2tWQNmCOMy3ZS HP4iUdGIr0H1vHrL/wdNxINFzOKmn3XXuUnggqvB2FoqBcEqU8k4OCCIl29xbZbh OV+nU+J6Fzq1hfFKmZyE34aXKbXnsZzGWt/DRMWb0139ttKQ5br1SxBBvwYfnrIQ lnlXbOi5wW2B5WaxfYXPzQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 323e0fbd for ; Tue, 21 Dec 2021 04:44:56 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 5285f5e8 for ; Tue, 21 Dec 2021 04:44:56 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 39f70bfc (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 21 Dec 2021 04:44:56 +0100 (CET) From: jgart Date: Mon, 20 Dec 2021 22:42:55 -0500 Message-Id: <20211221034254.28559-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Guixers, Here is an update to sbcl. all best, jgart * gnu/packages/lisp.scm (sbcl): Update to 2.1.11. --- 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 8c1a5f90a0..ee0342cb1c 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -417,14 +417,14 @@ (define-public clisp (define-public sbcl (package (name "sbcl") - (version "2.1.9") + (version "2.1.11") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" version "-source.tar.bz2")) (sha256 - (base32 "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y")))) + (base32 "1zgypmn19c58pv7j33ga7m1l7lzghj70w3xbybpgmggxwwflihdz")))) (build-system gnu-build-system) (outputs '("out" "doc")) (native-inputs -- 2.34.0 From unknown Tue Jun 17 22:28:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Dec 2021 10:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52695 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52695@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: jgart via Guix-patches via , 52695@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164025551322543 (code B ref -1); Thu, 23 Dec 2021 10:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Dec 2021 10:31:53 +0000 Received: from localhost ([127.0.0.1]:60463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0LO4-0005rI-Ia for submit@debbugs.gnu.org; Thu, 23 Dec 2021 05:31:52 -0500 Received: from lists.gnu.org ([209.51.188.17]:47990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0LO3-0005ps-3Z for submit@debbugs.gnu.org; Thu, 23 Dec 2021 05:31:51 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0LO0-0007TO-Kv for guix-patches@gnu.org; Thu, 23 Dec 2021 05:31:50 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:42280 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0LNz-0003co-2v for guix-patches@gnu.org; Thu, 23 Dec 2021 05:31:48 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yoctocell.xyz; s=mail; t=1640255498; bh=JGVnTvKOebjZaPSC7xOaZS1SX1zBG5WBtyaVySa2mng=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=Qjy12merw0lPVojJf9LOZbmxUlgMpXcHtYajP2D6Ve3grm4i4H8WV8vfBviVyrP0I SfBm3VSHp52Xw77KhsdYxnuoTu3ur334t2fnpnL8PQWrOZ9PmZUqktXipKeTP5UVFt jXyFdKVXBd5kTfmUFQJCbmwFu9fUz6bBzXq4XjpQ= In-Reply-To: <20211221034254.28559-1-jgart@dismail.de> References: <20211221034254.28559-1-jgart@dismail.de> Date: Thu, 23 Dec 2021 11:31:37 +0100 Message-ID: <87mtkrd33q.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.999, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, jgart via schrieb am Montag der 20. Dezember 2021 um 22:42 -05: > Hi Guixers, > > Here is an update to sbcl. > > all best, > > jgart Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, jgart via schrieb am Montag der 20. Dezember 2021 um 22:42 -05: > Hi Guixers, > > Here is an update to sbcl. > > all best, > > jgart Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, jgart via schrieb am Montag der 20. Dezember 2021 um 22:42 -05: > Hi Guixers, > > Here is an update to sbcl. > > all best, > > jgart This part should go below to =E2=80=9C---=E2=80=9D line, otherwise it becom= es part of the commit message. > * gnu/packages/lisp.scm (sbcl): Update to 2.1.11. > --- > gnu/packages/lisp.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) =E2=80=98guix refresh -l=E2=80=99 reports that sbcl has 1122 dependents, th= erefore, this patch should go to the =E2=80=98staging=E2=80=99 branch, see =E2=80=9C17.6 = Submitting Patches=E2=80=9D in the manual. The subject should be prefixed with =E2=80=9C[PATCH staging= ]=E2=80=9D. The package builds fine! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmHEUAkVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5XnsP/jVm7wGaSIqHVqN2r2zg6TsO5/AX 3++js1duk+ZlV0TxkYZHcbn1FvGRL+X7WfeFmw9cxj6uZfkaSavB5AT2KzJqzPci INJ60YAghmFOUj5l0R4/vKz4lMfAyG31w/srK91XNMO0u+DlliJGUmhh0Jcpxwpw vDWjfLPM8BE0bgcCc8vIh568Th6d/hvIQhdirWgWrZoyBqkS//vmEZsZS787lXqf bXxHdXFQwGN7SuRtHjFOWj6B/5glKtikKMMY1MxRNPOxVphWujjGQCpoGRzk4Uqw HRGHlu1+3yJgEOd+DMHBLU8+0d2COoTsNirWIdmg7qbvT2+n/daJpXd9mtCokTCa QnRS4C/P0iyUBvkJrueKE40P1qb3etx/Pem9P6bsnjFf+k2u2hKoYx9B72rqxDiC 4wa6B2M2aDBgqcWeSbw6agya1PoaUG3Yi0DiulBdypm0v8DZeFmwyGHWXqnpUo7N e7FYNJQGc+d+HJKTLkxH1HYTjgjgw6r/B2jlJquC1uHIxIboC8tlP3qjtbvbx4pv D+8EnbkLouiVbPF6C0XFaKYlFXMzApFxs7xTTS/qOmFol6nX9XmXxFcOWvJIbhuN bcsxARea6pbciuDt7I8ARx2JzpIWxMHdvHpWq2N+zd6VySU8dJYGjLfieSKqlkgf Y6DeuZUhyMq5cPNh =GihS -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 22:28:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#52695: closed (Re: [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11.) Message-ID: References: <874k4f12er.fsf@kitej> <20211221034254.28559-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 52695 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 52695@debbugs.gnu.org Date: Thu, 03 Mar 2022 15:29:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1646321341-21489-1" This is a multi-part message in MIME format... ------------=_1646321341-21489-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #52695: [PATCH] gnu: sbcl: Update to 2.1.11. 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 52695@debbugs.gnu.org. --=20 52695: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52695 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1646321341-21489-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 52695-done) by debbugs.gnu.org; 3 Mar 2022 15:28:23 +0000 Received: from localhost ([127.0.0.1]:43407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPnNP-0005Zj-Gk for submit@debbugs.gnu.org; Thu, 03 Mar 2022 10:28:23 -0500 Received: from mout01.posteo.de ([185.67.36.65]:37109) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nPnNM-0005ZN-Rb for 52695-done@debbugs.gnu.org; Thu, 03 Mar 2022 10:28:21 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C893E240028 for <52695-done@debbugs.gnu.org>; Thu, 3 Mar 2022 16:28:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1646321294; bh=9YUxq09CRDKZisjBlQQCsaXB7RbUOawmcx8yadlskEU=; h=From:To:Cc:Subject:Date:From; b=Dt8VFyNQkQgOE8Z5nKbJ4KM53ZqXwdDIl3eknK6FoIjmVSAv4eh9gyHidjT0Ia8x+ M6mLYxB7KFUw8uOFCIohdNhKB3dNPg2AXKEH4FKuRrQiIze4spxE5/gMxeB6spHvt4 HzqsHn7C8X6NC2jrkZsVI6OYPoulQ0gj9rCjHNTWCCYIotJjQEjvsWuEHsbTG1RiVY SejPf6+VEtb4MBWbh9GjfaWiqO0H5J09OmgCzWypC7prp8tfrJRynbk2/u9wj4lo1b oL737lTixuDapKaqIk28JaJcwsVGYv8BxswE7QCobRpcQEHbgxkt7Mgwm6jK+N5BkZ HtWECBNNaW8Yg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4K8Zct0Gvcz6tmf; Thu, 3 Mar 2022 16:28:13 +0100 (CET) References: <20211221034254.28559-1-jgart@dismail.de> From: Guillaume Le Vaillant To: jgart Subject: Re: [bug#52695] [PATCH] gnu: sbcl: Update to 2.1.11. Date: Thu, 03 Mar 2022 15:26:35 +0000 In-reply-to: <20211221034254.28559-1-jgart@dismail.de> Message-ID: <874k4f12er.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52695-done Cc: 52695-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain SBCL is currently at 2.2.2 in the master branch. Closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYiDejQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+mkgEAhrIAEspJF65n+5iE64tHLj3qIiLI0ysxV7Gx NxJNvZoA/i1+6D6awWk94m3cB3KZqlmKRXhnTd9j4bABKNoU0qqf =YjHw -----END PGP SIGNATURE----- --=-=-=-- ------------=_1646321341-21489-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 03:45:18 +0000 Received: from localhost ([127.0.0.1]:51935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzW5W-0008FL-F3 for submit@debbugs.gnu.org; Mon, 20 Dec 2021 22:45:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:49520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzW5S-0008FC-Tm for submit@debbugs.gnu.org; Mon, 20 Dec 2021 22:45:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzW5R-0001u5-5B for guix-patches@gnu.org; Mon, 20 Dec 2021 22:45:13 -0500 Received: from mx1.dismail.de ([78.46.223.134]:41202) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzW5N-0005tU-Ez for guix-patches@gnu.org; Mon, 20 Dec 2021 22:45:12 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b18ac64b for ; Tue, 21 Dec 2021 04:44:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=iIlz1elwJubZOMHQgI+BQYQmd53P3z7ybzYJw+jBPY0=; b= QRwot0DXlXSD2iFto301MnN34agNrr7+0J7UZDdFVXKf6iVpjFLR59Uj/hMKhP4w fvia1OyDGEVfKjY287u6T401oF9fjBCusjcwUQZSOoat9EwcsmNpBWOAKuYflPW7 /oj9zACzBvkeOQ7wXqDdpU0ZwmRDnTh74f/5yiSAvZas8+65kqC2tWQNmCOMy3ZS HP4iUdGIr0H1vHrL/wdNxINFzOKmn3XXuUnggqvB2FoqBcEqU8k4OCCIl29xbZbh OV+nU+J6Fzq1hfFKmZyE34aXKbXnsZzGWt/DRMWb0139ttKQ5br1SxBBvwYfnrIQ lnlXbOi5wW2B5WaxfYXPzQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 323e0fbd for ; Tue, 21 Dec 2021 04:44:56 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 5285f5e8 for ; Tue, 21 Dec 2021 04:44:56 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 39f70bfc (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 21 Dec 2021 04:44:56 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: sbcl: Update to 2.1.11. Date: Mon, 20 Dec 2021 22:42:55 -0500 Message-Id: <20211221034254.28559-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Guixers, Here is an update to sbcl. all best, jgart * gnu/packages/lisp.scm (sbcl): Update to 2.1.11. --- 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 8c1a5f90a0..ee0342cb1c 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -417,14 +417,14 @@ (define-public clisp (define-public sbcl (package (name "sbcl") - (version "2.1.9") + (version "2.1.11") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-" version "-source.tar.bz2")) (sha256 - (base32 "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y")))) + (base32 "1zgypmn19c58pv7j33ga7m1l7lzghj70w3xbybpgmggxwwflihdz")))) (build-system gnu-build-system) (outputs '("out" "doc")) (native-inputs -- 2.34.0 ------------=_1646321341-21489-1--