From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ePEBA8izdGMdEQEAbAwnHQ (envelope-from ) for ; Wed, 16 Nov 2022 10:56:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YKYpAsizdGN4fgAAG6o9tA (envelope-from ) for ; Wed, 16 Nov 2022 10:56:24 +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 D03B13A595 for ; Wed, 16 Nov 2022 10:56:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovF9I-00059N-VZ; Wed, 16 Nov 2022 04:56: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 1ovF9H-00058w-6o for guix-patches@gnu.org; Wed, 16 Nov 2022 04:56: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 1ovF9G-0007Up-Us for guix-patches@gnu.org; Wed, 16 Nov 2022 04:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ovF9G-0000sZ-Ng for guix-patches@gnu.org; Wed, 16 Nov 2022 04:56:02 -0500 Subject: bug#59297: [PATCH] gnu: Add cl-closure-template. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 16 Nov 2022 09:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 59297 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 59297-done@debbugs.gnu.org Mail-Followup-To: 59297@debbugs.gnu.org, glv@posteo.net, jgart@dismail.de Received: via spool by 59297-done@debbugs.gnu.org id=D59297.16685925403345 (code D ref 59297); Wed, 16 Nov 2022 09:56:02 +0000 Received: (at 59297-done) by debbugs.gnu.org; 16 Nov 2022 09:55:40 +0000 Received: from localhost ([127.0.0.1]:56132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovF8u-0000rs-5b for submit@debbugs.gnu.org; Wed, 16 Nov 2022 04:55:40 -0500 Received: from mout01.posteo.de ([185.67.36.65]:42177) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovF8s-0000rd-6M for 59297-done@debbugs.gnu.org; Wed, 16 Nov 2022 04:55:38 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4FF1C240026 for <59297-done@debbugs.gnu.org>; Wed, 16 Nov 2022 10:55:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1668592532; bh=aifMMM/fnoQ3iT605/OMeikCRxj0+SUeDqOQ9gjqjtQ=; h=From:To:Cc:Subject:Date:From; b=VG9jycIHrn8iAAY5mU6d8JMNyVCCk228O4VHBiqSbpAX/ISRZ0eQNtFomWGwBEprl cS+9DqosWjtAFszVaKJ/T6X8bTHoxDVYmkGQo9lQhbLT24+T86n2D6QiY18V4hqeEX wwP71KOvnGZuQea5tDeMAwepPe/fcyIRK0mTui3nqepP25xQRHR70sl3AO+xuZ3fba XkI6L5e/+o0IDeZWC42Zi5v1qDKS44Bkn86h5dlJ/+t+mXe/SwM169lcoynn/ouXEy xvCOfYGoYNMOi/+1o7V63NoL6ciLzsgSr5POe2vClM24rGxFHCYDM/+pH3fGmDuPZ6 ClIk61Mh9inxw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NBz1s19m6z6trC; Wed, 16 Nov 2022 10:55:28 +0100 (CET) References: <20221116035732.8508-1-jgart@dismail.de> From: Guillaume Le Vaillant Date: Wed, 16 Nov 2022 09:54:46 +0000 In-reply-to: <20221116035732.8508-1-jgart@dismail.de> Message-ID: <87o7t72pgw.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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1668592583; 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=aifMMM/fnoQ3iT605/OMeikCRxj0+SUeDqOQ9gjqjtQ=; b=C+iOy8ezvnYyRy6cCLQQav1ISVHqqSd/NijUlAG1lQVr15R975BbZ8/dh2ca1vwbogmnE7 0QDiJucqYL2BVeikOYXwlxRAiyQuTkUcZ2QH5EDaEtPYTzlnQJogm9n4rJj1JgrFjK99lz 1bt+Yqq4i/hXovd8CMrnTzzbK9v5YIUeSNz5KbWct8tXDuvKKD6ujZU3RkwGxegPkNP+Qf o7GWk5EFbzQBNIEW+33WvlaqzeyjDs/07EwudpwWsMXPF/mD50n2sV0EDDQ7QQSHWRBcib 6iJlhoGjJWQu8S/x9T83Noy6OAe0ZLaUQjojPDYU0NQh1lntnedfAAqD8rbIKQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1668592583; a=rsa-sha256; cv=none; b=AFgzAxiN/BKXz9VjtBpvJyZTNwP2d1WXBElzXYZp55HYK20I+40H84YRcgGtqC0A6cPmgn oTaaDSxObMn48Kib6GbcmmHW1ImXXM7fw9Zwylfowuy/Fb183KsGMFhpdeL98EPPGj4k37 wxSNX2AxQrJTOWUbKIShHgIUn/bhdYAIPbjU0MhXTIZDzzo5PqkCyi0wr2gEG1Wxv7ki1v o7fX8LS1wqt+RXp5y+qIx/maQFsBH7oTspUtav+BdczwahiNUnEeOwDwsLQxjF0h9DkuO2 6YsHdx5bO7VOTFUPBywyYgA8SmauQ7arsdqfeIOAtDHHgTMl4p8m1XFXiANA+g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=VG9jycIH; 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" X-Migadu-Spam-Score: 4.36 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=VG9jycIH; 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" X-Migadu-Queue-Id: D03B13A595 X-Spam-Score: 4.36 X-Migadu-Scanner: scn1.migadu.com X-TUID: NnF+X7CWxWeA --=-=-= Content-Type: text/plain Patch pushed as 608999be5951588c100fb527df7cb21a3e478468. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY3Szjw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/nUwD/ex2R6anJwn+o8BgMi1B/2DzzPMKiznuKRZwq skTCuwYA/0zJD36ss/PtYcSkFE6OlrEA2STJnNwHJd76T6JdP1OQ =SSWT -----END PGP SIGNATURE----- --=-=-=--