From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 QDv5MPN29mMcfQAAbAwnHQ (envelope-from ) for ; Wed, 22 Feb 2023 21:11:31 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WLr4MPN29mM6LAAA9RJhRA (envelope-from ) for ; Wed, 22 Feb 2023 21:11:31 +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 535751D1EA for ; Wed, 22 Feb 2023 21:11:31 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=qWDNbyEs; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677096691; a=rsa-sha256; cv=none; b=iWChE8N5QQhd9co1qFCubsi4g9zDgAuVexFMyUwuXTPOCyRnQ+c++2g2eVSacx6VqNODN3 DTVoWalbx6RU6fDv+D0N/cWlUnWjndwu0V3ZDmqb6f5GQr0T85/OxV237gAhtM/wsvqk0l 9FaIwjQcwfodyUZ4t6/GvcyQ/cTFT1ky2ZUljhhY2TyAzyD3gTS/xEq/6H+1wmEEeF+N0n 1g0dcy62M5Mmff3Yb6pOpGJMwGC5x/IuUC4/gRZ7R2L+LFJj0dnUPrrrM2ij6VBcPPbn4+ ImTR3MXpzI73KiuD1PaMzJKTI+lyASDXR2Sk4oKsmY4fWAn3gY7WJKiHmwLOFg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=qWDNbyEs; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677096691; 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=mwL7AEJRsHpAG2TvLW0300mfKBGCi4PrZLfkkGeWow4=; b=rsJyCkFzfj700TJXPtDg/vq9maSWwhj9hBTU4x1/kVAtreFltNMmBNo23A7btePFAzHR0/ eVpD3W2pc5aPdnlTSeZM6KQxY6HnSDaOZ1DfhcZcZ88VnhNa2LiB5E7RjfWKnQKKgZgxdo 5VCzUYfSFn1w62CtCOM+AKuZiZ18f1PxplhXEyK/H3LCfNRpN9aKh7zCEopUdiFVzFOsUL XSqeHkxs5zJpSpT19He2lfmBH3Vy3h/aSqOgvQUWu+6i5XiPSBelExnRQFnAcIN5BGBrDl oXfU3zbF7VrK2KHOYv/IM8WALH2ZjDuESxMLvfx/Zz1bcctUDyCeuriNNj0s7g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pUvSQ-0003MZ-Fg; Wed, 22 Feb 2023 15:11:18 -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 1pUvSI-0003KQ-SK for guix-patches@gnu.org; Wed, 22 Feb 2023 15:11:12 -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 1pUvSA-0003mW-Nf for guix-patches@gnu.org; Wed, 22 Feb 2023 15:11:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pUvSA-0005M0-Ix for guix-patches@gnu.org; Wed, 22 Feb 2023 15:11:02 -0500 Subject: bug#61715: [PATCH] gnu: kicad: Update to 7.0.0. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 22 Feb 2023 20:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61715 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: peter@polidoro.io Cc: 61715-done@debbugs.gnu.org Mail-Followup-To: 61715@debbugs.gnu.org, glv@posteo.net, peter@polidoro.io Received: via spool by 61715-done@debbugs.gnu.org id=D61715.167709661320511 (code D ref 61715); Wed, 22 Feb 2023 20:11:02 +0000 Received: (at 61715-done) by debbugs.gnu.org; 22 Feb 2023 20:10:13 +0000 Received: from localhost ([127.0.0.1]:60431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUvRN-0005Kl-0m for submit@debbugs.gnu.org; Wed, 22 Feb 2023 15:10:13 -0500 Received: from mout01.posteo.de ([185.67.36.65]:35317) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUvRK-0005KU-Gi for 61715-done@debbugs.gnu.org; Wed, 22 Feb 2023 15:10:11 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 87B6D2403BC for <61715-done@debbugs.gnu.org>; Wed, 22 Feb 2023 21:10:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1677096603; bh=mwL7AEJRsHpAG2TvLW0300mfKBGCi4PrZLfkkGeWow4=; h=From:To:Cc:Subject:Date:From; b=qWDNbyEsu+NtLADRmFv2/4p6RggpLOGv6u2uFekhc4uwXm5ob6uUj51HrD//j2FC7 h/TaeWSu0vUGl3lDJL6jPU3s8D8O/zBryVHqdxIZYD0HEw9FiO+ubZlZSDY7UmVcF5 ouYP960Sk0rvKYQumUamLgcGKfds+h7kblWqrwuVdLyhhlC/pbEPTRL9CgU/cfRM3T EFDWn44+HUELG5NCc/99Krg1LZNdvtOhFwlEf62M2/hpoFYQdIMRHnlDHGwwl2lHMd FimDcTK/Rvcuo30ba7kAeZXG52rN8n/BxKomK06BEGRjxdPOCwhNUXdMSFoNXutuVg Szk9uu+FPY/uw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PMS1j6FMnz6tn8; Wed, 22 Feb 2023 21:09:59 +0100 (CET) References: <06a52b5b812d37031c8a4ac27b0ec4c66cb675d2.1677095049.git.peter@polidoro.io> From: Guillaume Le Vaillant Date: Wed, 22 Feb 2023 20:08:24 +0000 In-reply-to: <06a52b5b812d37031c8a4ac27b0ec4c66cb675d2.1677095049.git.peter@polidoro.io> Message-ID: <87h6vd4g2x.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: X-Migadu-Queue-Id: 535751D1EA X-Spam-Score: -4.36 X-Migadu-Spam-Score: -4.36 X-Migadu-Scanner: scn0.migadu.com 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-TUID: +YZmKXC2pdaM --=-=-= Content-Type: text/plain Patch pushed as 9e47a50de840b17b67d074fcc08bbdba10644ec3 with an updated commit message. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY/Z2lg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8rjwD+OGkK1cJfo2dp1LwYED6ZVZ6xM6DzB0zGN4Mp tBTEPaIA/1JF6YnoZ3HQa0coX1If5r3XPUB56F1FwP0qnO84ME0F =urbp -----END PGP SIGNATURE----- --=-=-=--