From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qHivObZgsmQOOAEASxT56A (envelope-from ) for ; Sat, 15 Jul 2023 11:02:47 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GBB3OLZgsmQI/wAAG6o9tA (envelope-from ) for ; Sat, 15 Jul 2023 11:02:46 +0200 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 2E5D033CAA for ; Sat, 15 Jul 2023 11:02:46 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=rbBL3Mh4; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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-Seal: i=1; s=key1; d=yhetil.org; t=1689411766; a=rsa-sha256; cv=none; b=oHURYwsL2NMPEtLUqwCVPtX1l+2+NwawE12h74GPpg6ih/aI8KFDTZYVny1qr/1g5r/WtE kX3Q1xq88qH+Fy1Iu3p1R5d2nkB/ocfsxFfumWMstNtAc+fvSMxq+udjblY7hHmXEBy5EK 6M4v22/9c457eHH1wg2oPJNS5KSAd4dfJ8ZZuN5cypj1NIOIDWqoBtcTqRBcrGjBu+egVv BjxAVOAgiHcmGro78mfeO2JWjHsu5UIvc5d/3QkZoaZC1BuzebVmPt+QoCqJOaMkqHxypB GfibTFyz9rJxhEEsJ2TNk0s3kOzxQyr6QHGq6fM4BNsjz6lcM9pC59BYaqsZ2Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=rbBL3Mh4; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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=1689411766; 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:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=q+gmGvOMo40TmIztIEmFdwqAFOGc9hCqln5mKanEd44=; b=M91/TzovLM6UkjSJruEU/8qycMIx8C8DFffsDMeiYOBz4zfEnDSFn2YTcZ44sqxwC9TkAf O5v6awRjZvLyMJOLqGtKqio13xcx9dUQ1v0fHFmV3iOOdv+r1gjnOOjIJi/2L+wb29j6Sw QqQpcJmmSGdyUdcv+X0zY+wxG1976jARZXs9qDiDBqSiFgnzSdlfzxYBX4Ue/Z5A6vkoUs LbZp0UZI9SIrP8YPE1YM3dAGUXsrjaU3nT7ErACUFE/bwyozCLFI6AxSNkXtfmIYiDsi5B VbaUywO0V+ecCpsPiEHdGsHn97VjhzWRD/GnKZNAmBjPbHyfHsShIcqHpPPc1g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qKbAb-0002Jv-BC; Sat, 15 Jul 2023 05:02:29 -0400 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 1qKbAV-0002Hq-Qm for guix-patches@gnu.org; Sat, 15 Jul 2023 05:02:25 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qKbAC-0000dn-0d for guix-patches@gnu.org; Sat, 15 Jul 2023 05:02:20 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qKbAB-0003ZK-Rp for guix-patches@gnu.org; Sat, 15 Jul 2023 05:02:03 -0400 Subject: bug#64612: [PATCH] gnu: sbcl-nhooks: Update to 1.2.1. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 15 Jul 2023 09:02:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64612 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Artyom Bologov Cc: 64612-done@debbugs.gnu.org Mail-Followup-To: 64612@debbugs.gnu.org, glv@posteo.net, mail@aartaka.me Received: via spool by 64612-done@debbugs.gnu.org id=D64612.168941168713620 (code D ref 64612); Sat, 15 Jul 2023 09:02:03 +0000 Received: (at 64612-done) by debbugs.gnu.org; 15 Jul 2023 09:01:27 +0000 Received: from localhost ([127.0.0.1]:44131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKb9b-0003Xc-Lx for submit@debbugs.gnu.org; Sat, 15 Jul 2023 05:01:27 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52399) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKb9Z-0003XO-F8 for 64612-done@debbugs.gnu.org; Sat, 15 Jul 2023 05:01:26 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 06511240104 for <64612-done@debbugs.gnu.org>; Sat, 15 Jul 2023 11:01:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689411679; bh=q+gmGvOMo40TmIztIEmFdwqAFOGc9hCqln5mKanEd44=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=rbBL3Mh4P/c4f9wltELmnnMZWZy2RtzU18h1PJJSZxzNIvRgGm+yIibeJ8fZnS+RE ppvJ463UAmJ9tognzSlbHy0o8vbrGcyWyybuzPEEDMdTKAqrXw8pMT0jziuhtEvhus vqUrJTM6N/ZmkNkb+DT6HbtzJoc91v7YhvbbktIITYloy1jbxzXUUfCn44ol+i2pq5 SoXhqmF4JnFxWdVR+0vCGda/Hpct0NA4RVx104aAUFgU5TUla2APK4F7JL0SIKl4y8 eumTPUZ1zrNgqe4cUDi7OO1zsX3WQvkelAX7TDgpieFwbh6SH6elKliBMDYSLiSgso XvUYnEEU5dZoQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R32Q61s8cz6tvd; Sat, 15 Jul 2023 11:01:18 +0200 (CEST) References: <87lefi7fcw.fsf@aartaka.me> From: Guillaume Le Vaillant Date: Sat, 15 Jul 2023 08:58:54 +0000 In-reply-to: <87lefi7fcw.fsf@aartaka.me> Message-ID: <874jm5czvm.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -2.11 X-Migadu-Scanner: mx2.migadu.com X-Spam-Score: -2.11 X-Migadu-Queue-Id: 2E5D033CAA X-TUID: Z0cbsZEHk8T4 --=-=-= Content-Type: text/plain I replaced fiveam by lisp-unit2 in 'native-inputs' for the tests to pass, and applied the patch as b5a5e4d712d0a1998995be62bb41b03955b7dcf1. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZLJgXQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j865gD6Ag8qklSII24mlYaqz5Mbpzu0gZ0ZuCjA/Y8p rYZUjIAA/15cLLxFoYbYh7tgklybvnHWciW5LRvWo8K1hIJQCQaJ =7N6W -----END PGP SIGNATURE----- --=-=-=--