From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40138) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioTUB-0001ZO-2h for guix-patches@gnu.org; Mon, 06 Jan 2020 09:36:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioTUA-0004EH-8T for guix-patches@gnu.org; Mon, 06 Jan 2020 09:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39378) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioTUA-0004ED-5V for guix-patches@gnu.org; Mon, 06 Jan 2020 09:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioTUA-0006f1-3P for guix-patches@gnu.org; Mon, 06 Jan 2020 09:36:02 -0500 Subject: bug#38852: [PATCH] gnu: python-py3status: Fix patch of file path Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200101184349.ha7kwiyk6frqs6wy@zdrowyportier.kadziolka.net> Date: Mon, 06 Jan 2020 15:35:41 +0100 In-Reply-To: <20200101184349.ha7kwiyk6frqs6wy@zdrowyportier.kadziolka.net> ("Jakub \=\?utf-8\?B\?S8SFZHppb8WCa2EiJ3M\=\?\= message of "Wed, 1 Jan 2020 19:43:49 +0100") Message-ID: <87pnfwbqki.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 38852-done@debbugs.gnu.org Hello, Jakub K=C4=85dzio=C5=82ka skribis: > * gnu/packages/python-xyz.scm (python-py3status): Fix patch of file > path. > [arguments]: Replace single-quotes with double-quotes so that the > regex matches again. The "replace-with" value is not changed as it's > not necessary and would introduce escaping noise. Good catch. Applied, thanks! Ludo=E2=80=99.