From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id OPg0MR4uHmOTbwAAbAwnHQ (envelope-from ) for ; Sun, 11 Sep 2022 20:51:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WARAMR4uHmORZQEA9RJhRA (envelope-from ) for ; Sun, 11 Sep 2022 20:51:10 +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 4D52338E40 for ; Sun, 11 Sep 2022 20:51:10 +0200 (CEST) Received: from localhost ([::1]:53082 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXS2v-0006fa-Ex for larch@yhetil.org; Sun, 11 Sep 2022 14:51:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36586) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXS2o-0006fP-5S for guix-patches@gnu.org; Sun, 11 Sep 2022 14:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54819) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oXS2n-0007gi-P5 for guix-patches@gnu.org; Sun, 11 Sep 2022 14:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oXS2n-0002WC-KY for guix-patches@gnu.org; Sun, 11 Sep 2022 14:51:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57734] [PATCH 1/1] gnu: Add rot8. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Sep 2022 18:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57734 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "M" Cc: 57734@debbugs.gnu.org Received: via spool by 57734-submit@debbugs.gnu.org id=B57734.16629222409653 (code B ref 57734); Sun, 11 Sep 2022 18:51:01 +0000 Received: (at 57734) by debbugs.gnu.org; 11 Sep 2022 18:50:40 +0000 Received: from localhost ([127.0.0.1]:43518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXS2R-0002Vd-Pw for submit@debbugs.gnu.org; Sun, 11 Sep 2022 14:50:39 -0400 Received: from knopi.disroot.org ([178.21.23.139]:41766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXS2P-0002VS-KP for 57734@debbugs.gnu.org; Sun, 11 Sep 2022 14:50:38 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CA37140015; Sun, 11 Sep 2022 20:50:35 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TgRIsO9Z8S29; Sun, 11 Sep 2022 20:50:34 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1662922234; bh=FzPBwYAVs+OJD2y6bE8sAT0HEOnuBktiY5eMevldGYA=; h=Date:Cc:Subject:From:To:References:In-Reply-To; b=BxoBmP8qX9WODXtIbsFoE7Jx169kh4flvMuvNVowcUzHijM30ehIV5piHIHkf8XeI 2iY+mcrN+rw2x22Wtj1Cj8J+Vq+MNuKU7pkGZRYq3MODVGkZKHGTIBL3JyjKWGveng QsD6e3YTaE2V63BYd3HrHijIrXK791I7OPU/7bTpRW06rb8EChf9w01pX83F6xZqQQ X+CPhj1fHCTQsFVHByApa0s24MAU9OKl8opk91PT1tNyN1cKW40fD49FccDphb8SpF /PF2peXGGHUfPn4weg3kPMb9/5mFc0cvY3vrrcEBnD4n2AaAcIK3R21uNpme1deDS9 L82aL0e/P03AA== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 11 Sep 2022 19:50:33 +0100 Message-Id: References: <20220911173726.14214-2-matf@disr.it> <1078df19-ffd6-4f65-a50e-b5e60862c6ba@disroot.org> In-Reply-To: <1078df19-ffd6-4f65-a50e-b5e60862c6ba@disroot.org> 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" Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662922270; 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=9uLFzjwR8/jslFGeejyrWIB+vyGxqSc5JNvLKb/8dL4=; b=XT0z8vQwnODeo7o6DqN5xDd5bXf/ZNO4iwd+XJ8mdoNImiYo54xRcePDyIU7gRnP0H3oa0 pojoKDH8MWbMO5jTz6vtnlFpecWMlWdWmhwP2xLUKH5HsdxE+mjm76QTMOviZjxk5MpUPL dvqEWZDqvXNlTVaJAtzP3MYbeu946yFIoWEW0pQP2yt63ykgvFredH6604L4qJKbHGfpP/ o70Xw9AvxpXK3LyndGVtr6+x6zmitZajFcTICgLpshF/rQSeKiMR+wpBxe4nKYJCK/rEcu lVh7gkO4H4ncKre7SORd7929IhjvAJxyQQcz8InbzEaysf4tw9WbYOZn+Yz7XA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662922270; a=rsa-sha256; cv=none; b=FyqraTssjdUMIpy1bfGBBf3tL5JTLeBkxyji/BtRoXYdUgQp7sj/pdMqdbGRHhqzh7vcMw DdX+tVl0OZUXP364cLYvyS63he/E9Jcb6sGAhsLfq2O4SVYh1Y5V3gvQl2QmR8sS40FA9h Hz5xT+tuSNBsjZsGfF1Rk9zYv6aqVe+FPEYisGlZFNQJvVpouOZmTf6iMT1+xhpWPRHy/8 C+7Xw/fum1/jtjTW+GFjEbz7gUZETYAldr2HK7UjSkNt5WYCqLbB6bdCV1Vqx3/jXFGTVD Oc6STRfeOqa8IiHBLnfeMs/U6nSwr+s810BFsaIGGQJEq39VH6fVRn/90DpMZw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=BxoBmP8q; 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-Spam-Score: -2.60 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=BxoBmP8q; 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: 4D52338E40 X-Spam-Score: -2.60 X-Migadu-Scanner: scn0.migadu.com X-TUID: RbBzIsDCk/an On Sun Sep 11, 2022 at 6:58 PM BST, M wrote: > I just found https://issues.guix.gnu.org/49703 too, I should have looked = better. Can those be merged? Your one looks better, to be honest. It's fine if there's an abandoned olde= r version of a package; that's the case with my aerc patchset. > Also, I realized that I had another modified file when I sent the patch (= gnu/packages/monitoring.scm) and I did not notice that both patches were se= nt in the same issue until I saw my emails. How could I fix this? There's no way you can fix it, afaik. It doesn't matter, really. -- (