From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:5f26::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 6MafKZMFm2U80QAAkFu2QA (envelope-from ) for ; Sun, 07 Jan 2024 21:12:03 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id +PuFJpMFm2U9UAAAqHPOHw (envelope-from ) for ; Sun, 07 Jan 2024 21:12:03 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=KLPKJCPu; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1704658323; h=from:from:sender:sender:reply-to: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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=UaI8CMrotX9J5NBgZpJoIs/wI7wHckkD/TwswH85Qzo=; b=dol2bGUyApAZvtoPXBEGhQgeV67xTEWBWlrwTLKScha4VaFIDUCXwNDPdGEPOdmsEWOKFg eP78G2l81fzWSeZVBey9aQeRlLY6S9o7PU8ryAPevPq4a2ksRcOFaj8fgiLQrCEvqVmdpY WFOeHN3gDXBm7uY7Hj57OuwvO0K+ORMMcj7yE0gizA66pwnQena+oeeZjRn1xxGiqekJnK UBJjaLvukGtru10tppdqHbEsRr0my/rquGdMsrECFCFTl6DmJZ+OuLKkTTpZmDE9hNxiui 3NSvvkb4FTlNGbZZYM7KqRABNap+lrNg6FdgplNcVRLMO1rdWqqz9JkmwfvCbQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=KLPKJCPu; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1704658323; a=rsa-sha256; cv=none; b=RGeUbgL8sOguqGJNTqRByIlFMLjVRSJWDU3ij+bpoOedfW7ab1okPb6ZqREkspOc4KzjyC aFiAbSZGjgJb4FNc0om5sG1fbaHqBF3PUgHCQrl2wuvnL21JnM5E6VsXjlIE+el+F4GcHZ rnivm4viFa+E584JmAsKei0Vgz4D/tJhxBd6ySK/UnV4mlKKiyl5tBFfB+d898iLbk9jvP +gFF5Ob37Zm7kzR1Raymnwo+IzwszgmiFH9H3UyRPHcaLwf/luDittyRKWi1Rhd2cxRgt/ WzwQjRp8/QD9jELX2yBkenRRKN4156RUpmE62t3ic9agQmyPXci0ffxQGgzx2w== 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 760EC13C74 for ; Sun, 7 Jan 2024 21:12:03 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rMZUz-0006oI-Ht; Sun, 07 Jan 2024 15:11:57 -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 1rMZUy-0006o5-Hs for guix-patches@gnu.org; Sun, 07 Jan 2024 15:11:56 -0500 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 1rMZUy-0007a5-8f for guix-patches@gnu.org; Sun, 07 Jan 2024 15:11:56 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rMZV3-0006p8-Vq for guix-patches@gnu.org; Sun, 07 Jan 2024 15:12:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 07 Jan 2024 20:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68295 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Mathieu Othacehe Cc: 68295-done@debbugs.gnu.org Received: via spool by 68295-done@debbugs.gnu.org id=D68295.170465828726176 (code D ref 68295); Sun, 07 Jan 2024 20:12:01 +0000 Received: (at 68295-done) by debbugs.gnu.org; 7 Jan 2024 20:11:27 +0000 Received: from localhost ([127.0.0.1]:33978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMZUV-0006o8-DA for submit@debbugs.gnu.org; Sun, 07 Jan 2024 15:11:27 -0500 Received: from layka.disroot.org ([178.21.23.139]:44490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rMZUT-0006nx-54 for 68295-done@debbugs.gnu.org; Sun, 07 Jan 2024 15:11:26 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EA32D4192C; Sun, 7 Jan 2024 21:11:17 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WpQ1QbJs-1ao; Sun, 7 Jan 2024 21:11:17 +0100 (CET) Message-ID: <744c8b74-b075-48dc-8443-ab0e7c1d5790@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1704658277; bh=gNzrBQ4xkWaw82LbwvtWEw7BSMPqt4vdVmKgvqGZSLo=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=KLPKJCPujgae/7Qf6/v0nAagVjPxnxRJp3hsM+2JKVGtQkW/S3QwtdvHro8g8BQn0 knPcUYSjfjW96E692ZQw8+6UxfncL1InS+quwpO/RxKtOPglhwiGaYI59SUlCjw/lV k42ek6cH73xUv3GP9vkl+/B0/6RAO/TDF/EVOD7JNH+wwkd+W5R46yWMwKhTdcgONc B63QMhRZqXhN55Ew8i4mzLMxvJ4Fvd7v+Kp6TTyPvSEO4hHEpO5tbMRjr7qnFP+SUI izIev5ggrZphSPr3OJZn+ewRB4iC+BBqprakRLXGKNq2XQpS/32y8k3be7LY76kNrC 9O+uJ2cnxQh1g== Date: Sun, 7 Jan 2024 15:11:13 -0500 MIME-Version: 1.0 Content-Language: en-US References: <20240106192830.600148-1-kiasoc5@disroot.org> <878r51rn8q.fsf@gnu.org> In-Reply-To: <878r51rn8q.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: , Reply-to: kiasoc5 X-ACL-Warn: , kiasoc5 via Guix-patches From: kiasoc5 via Guix-patches via 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 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -6.79 X-Spam-Score: -6.79 X-Migadu-Queue-Id: 760EC13C74 X-TUID: KQ0jfI6iDNab On 1/7/24 13:51, Mathieu Othacehe wrote: > >> [native-inputs]: Remove python-tox. > > I restored that native-inputs, otherwise I have the following failure: Thanks! Didn't realize that guix refresh would delete the native input.