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 ms9.migadu.com with LMTPS id 6AwYGwQkkmT/agAASxT56A (envelope-from ) for ; Wed, 21 Jun 2023 00:11:16 +0200 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 WBIbGwQkkmTuQAAAauVa8A (envelope-from ) for ; Wed, 21 Jun 2023 00:11:16 +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 356DC3D263 for ; Wed, 21 Jun 2023 00:11:16 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBjZ4-0007ND-9j; Tue, 20 Jun 2023 18:11:06 -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 1qBjZ2-0007MK-N1 for guix-patches@gnu.org; Tue, 20 Jun 2023 18:11:04 -0400 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 1qBjZ0-000685-H7 for guix-patches@gnu.org; Tue, 20 Jun 2023 18:11:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qBjZ0-0000ol-CR for guix-patches@gnu.org; Tue, 20 Jun 2023 18:11:02 -0400 Subject: bug#64065: [PATCH] gnu: Add tomlc99. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 20 Jun 2023 22:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64065 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jean-Pierre De Jesus DIAZ Cc: 64065-done@debbugs.gnu.org Mail-Followup-To: 64065@debbugs.gnu.org, ludo@gnu.org, jean@foundationdevices.com Received: via spool by 64065-done@debbugs.gnu.org id=D64065.16872990293097 (code D ref 64065); Tue, 20 Jun 2023 22:11:02 +0000 Received: (at 64065-done) by debbugs.gnu.org; 20 Jun 2023 22:10:29 +0000 Received: from localhost ([127.0.0.1]:60104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBjYT-0000nt-Bl for submit@debbugs.gnu.org; Tue, 20 Jun 2023 18:10:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBjYS-0000ne-CN for 64065-done@debbugs.gnu.org; Tue, 20 Jun 2023 18:10:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBjYM-0005jh-Rk; Tue, 20 Jun 2023 18:10:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qGXSd1ANEmc8V/djMTvwh3SuQ4e/+PDV76saePYXHLQ=; b=i9MepV1AFlRzb0AOL9o8 g1KJyehwV4S47W+yzbOh5Qz0pLsxxd11lvfZaAcN4sCaH+f+Ak7W+4IZ+eyzf/+BCsjrlZiNhXNNa 3lVfcNINLQ7VADuQTgXmvLN5OO9hxSVzTetrlpg02Ll9/DOCvNoVctD2a/COqmiIk4wmJ+rWKaII8 6PdmxaBlNI8ajj1lnQIK8pBuCuAm15PiOUsKKE4co5BadVHk8llrChkQMNP5IJAm9nuZJS9RGhIBU SVxqT2uLE0JWZFOADKLFlV/pMEKq5/2lhAhyumXrZ9s6jk+Fq99SomH2q4EyjU9ZBVMrYaPxVHJiX swd4CiOuK0ltsw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBjYM-0004P2-FV; Tue, 20 Jun 2023 18:10:22 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230614122018.289057-1-jean@foundationdevices.com> Date: Wed, 21 Jun 2023 00:10:20 +0200 In-Reply-To: <20230614122018.289057-1-jean@foundationdevices.com> (Jean-Pierre De Jesus DIAZ's message of "Wed, 14 Jun 2023 14:20:18 +0200") Message-ID: <87a5wtaipf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687299076; 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-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=qGXSd1ANEmc8V/djMTvwh3SuQ4e/+PDV76saePYXHLQ=; b=o9xNzUrETa7MEneK8Qx3Mq5nSZL3R4J7GDC/s+97uYcqFwYQlFbPM4qGNiJABoA9KQklar AVbwv3DPQE7Mlp2zbO0xBXf9kI+zyp1MufOKeWcsFpWJAxKWvwuQ5Tg+iYTvKPZkpNXvvr XQfYlkf/Z0mZlgyABC4QNE+GBgD8RtdPjVkT1o6RlPd9gLKKvOA5zyarQlng8xAQY59sbU Rix9CNYGOySvNrg3LExGQQ4NRSt/CL7mKAPaGQMZP1ioauwhSruZO/dlpXNumx7uFMSa7x 1CnHlSGous8OLSnMK2fcaqISKJ1OhBsPFqhFUWdudnqFgadt7XQx1kaR2HwPxA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=i9MepV1A; dmarc=pass (policy=none) header.from=gnu.org; 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=1687299076; a=rsa-sha256; cv=none; b=sfSup8Ji9euk9xxmS/Cu4MT2CwCzEuQgQvQV/upg1jNJnwPVAF8iTuwtDA3OvVJ3DZ20vb SoAhOoFmoC+H3fa8fp3FPEt1nx6ZwXDT7vGq6iFz7vXCrjGIb5hXP34CRnHaX65oFsQRb7 Izs8dMnxboqPa8Tl6xre7vI5edYbEMYKAE9+fwI2omqIHV6BZdHoECHz2O+1nVh4DoVabg q+Is6WWGt0bPtsoBUdmO6Rb8zeZAWQ3+2qTHE0CF0LPGYxLJNsCaJaI6RLV1hATW64RPWs S0IihMwKfTQg03ud2Vgi3MaJq1awngrqr6zvOOhUE/8NnvjyQARL2Doh3Idiwg== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -4.14 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=i9MepV1A; dmarc=pass (policy=none) header.from=gnu.org; 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: 356DC3D263 X-Spam-Score: -4.14 X-TUID: tKRTNmS+a6uW Hi, Jean-Pierre De Jesus DIAZ skribis: > * gnu/packages/c.scm (tomlc99): New variable. > > Signed-off-by: Jean-Pierre De Jesus DIAZ Applied, thanks! Ludo=E2=80=99.