From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4N10DjcIzmPeIwEAbAwnHQ (envelope-from ) for ; Mon, 23 Jan 2023 05:08:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id wMBXDjcIzmMaPwEAauVa8A (envelope-from ) for ; Mon, 23 Jan 2023 05:08:23 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B95BA3DFD6 for ; Mon, 23 Jan 2023 05:08:22 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pJo7o-0002pP-KC; Sun, 22 Jan 2023 23:08:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJo7n-0002pD-Am for guix-patches@gnu.org; Sun, 22 Jan 2023 23:08:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pJo7n-0005iB-3I for guix-patches@gnu.org; Sun, 22 Jan 2023 23:08:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pJo7m-0005xi-Gv for guix-patches@gnu.org; Sun, 22 Jan 2023 23:08:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61016] [PATCH] gnu: cl-coalton: Update to 0.0.1-3.ba75806. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 23 Jan 2023 04:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61016 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61016@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167444683322855 (code B ref -1); Mon, 23 Jan 2023 04:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Jan 2023 04:07:13 +0000 Received: from localhost ([127.0.0.1]:52980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJo6z-0005wZ-FY for submit@debbugs.gnu.org; Sun, 22 Jan 2023 23:07:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:54962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJo6v-0005wP-Dh for submit@debbugs.gnu.org; Sun, 22 Jan 2023 23:07:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJo6v-0002fN-4w for guix-patches@gnu.org; Sun, 22 Jan 2023 23:07:09 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJo6r-0005YD-F4 for guix-patches@gnu.org; Sun, 22 Jan 2023 23:07:08 -0500 Date: Mon, 23 Jan 2023 04:06:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1674446815; x=1674706015; bh=dZLkCtv4RDEh27vYA/qp2B2k/gIVTaKO0H6OV9jYDf8=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=ICRD8FDSLPm1OTH1IMfd4SJFyvHXg4Q/VYyNTrd9vPDfZ1QChsGXiyBFVzfA05PD5 TuyeoPCtI0exz9BGIrYV9ApqZQPKifyopF+clBeMTXtTq8kAD3FePGX1K749vbRCcg ngY8KVWPI10fxiZlqzdc38AwnD9FHexFWGVr5IRzu+xL6Q+wANrhZllf9EqMJ4enmC QVOIuBLpkMNFVV+3xPIXnCWMYdsWqeaQIZtWrgLpWxFbOiIFca+BT4E+cSZSaily8a 2mtBRtXGvzkG0nwNOH0JV/iKVXxFZcqBcSInk38/SUHfi/WsECPOwRfc8fo/YwyKuY mnSSkdoz9CtkA== From: "Paul A. Patience" Message-ID: <20230123040630.402547-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=paul@apatience.com; helo=mail-4317.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1674446903; a=rsa-sha256; cv=none; b=Fw9FC9hDgMZBfOSGfSInDabYMvwa4GHqRVVBIPexx40rAySNlUjTgfgnpDN8o9uvX/yjbW NPvD53bocitK/RVYgLNX8nW7KB7nN6glyHAwTsMDHRbyNCqjMCnXJOuZ8ZlZ6ogVlVx6j1 JGmF75neRQQqbUTAeFbpKiM79/OcRoDN5pyOSXYFDRdkf29+FR/znXwJxTEHzNSKUjtcgK 4NtI50Jgpgb0XeuH49PknC38kZjuCo/nddbKryS2fFae/o4MkCHtlgVjduLTbLLgXab4/M v+xvadWah/jPaKWpKzuoZfB9b7hUxWUNSm7t/DLXl1ES3l8prfJ/A0W0WRd2Qg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail3 header.b=ICRD8FDS; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1674446903; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=dZLkCtv4RDEh27vYA/qp2B2k/gIVTaKO0H6OV9jYDf8=; b=JzniULJZCu+7gdwtsfxlMQl+5cpDRbJsX9FDNqfHQy7HH9wRsJHxWAx1Z+MEsWGwicARD8 szda1fQ90T0Nh34nWFcmtbkbV2S1WUaePEeS3q03TVwlg8aJIOjDLEB98+WQ9FjlDn31tg ZBTwwTIojSOjTQ63Cb/9bJ67Um/1s+Ku9kc9GsFCHCyyk0ld7fPa+gdNN4wSouJ5I+bn3q nciMzTU4BuhZK3Pj+sotgeSCDqPWV1xw0AEBLJs4t7sd4hwP0RUZdGfwEIj/Wovj+5K+z0 drbGE1Axuj1b3eL4t2emxRrwPkSy897i9LBGtTzHQ7PdX85DQsOmVqgVctGpWw== X-Spam-Score: 1.22 X-Migadu-Queue-Id: B95BA3DFD6 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail3 header.b=ICRD8FDS; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Scanner: scn0.migadu.com X-Migadu-Spam-Score: 1.22 X-TUID: BGznEXi7fOOW * gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-3.ba75806. [source]: Add cl- prefix to file-name. [inputs]: Remove sbcl-global-vars, sbcl-serapeum and sbcl-trivia, and add sbcl-split-sequence and sbcl-trivial-garbage. --- gnu/packages/lisp-xyz.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index f8dbf9e1c8..495a4110a1 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -17934,8 +17934,8 @@ (define-public cl-abstract-classes (sbcl-package->cl-source-package sbcl-abstract-classes)) (define-public sbcl-coalton - (let ((commit "012f6c8db6d73df16f7729090a12a929fb82db17") - (revision "2")) + (let ((commit "ba758062bdc7c316438198601f43900c51df25d8") + (revision "3")) (package (name "sbcl-coalton") (version (git-version "0.0.1" revision commit)) @@ -17945,9 +17945,9 @@ (define-public sbcl-coalton (uri (git-reference (url "https://github.com/coalton-lang/coalton") (commit commit))) - (file-name (git-file-name "coalton" version)) + (file-name (git-file-name "cl-coalton" version)) (sha256 - (base32 "1j3d12vyyn7y9nz2an4xmaa5si0jbxbwq7y61hq2b7vk376zvw18"))= )) + (base32 "08sxfla1gyf9pczylaq1cn2j1nr2gzc9w0pk6aarsa4q2770zhf7"))= )) (build-system asdf-build-system/sbcl) (native-inputs (list sbcl-fiasco)) @@ -17955,10 +17955,9 @@ (define-public sbcl-coalton (list sbcl-alexandria sbcl-float-features sbcl-fset - sbcl-global-vars sbcl-json-streams - sbcl-serapeum - sbcl-trivia)) + sbcl-split-sequence + sbcl-trivial-garbage)) (home-page "https://coalton-lang.github.io") (synopsis "Dialect of ML in Common Lisp") (description -- 2.38.1