From unknown Thu Aug 14 22:21:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10. Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 02 Jan 2025 11:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75281 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75281@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173581704211741 (code B ref -1); Thu, 02 Jan 2025 11:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jan 2025 11:24:02 +0000 Received: from localhost ([127.0.0.1]:42915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tTJJ4-00033J-21 for submit@debbugs.gnu.org; Thu, 02 Jan 2025 06:24:02 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53022) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tTJJ1-00032k-Ee for submit@debbugs.gnu.org; Thu, 02 Jan 2025 06:24:00 -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 1tTJIu-0002mi-H7 for guix-patches@gnu.org; Thu, 02 Jan 2025 06:23:52 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tTJIs-0003h5-7c for guix-patches@gnu.org; Thu, 02 Jan 2025 06:23:52 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:ce00:41ed:9d3f:1c73:3d7f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AF491454C0; Thu, 2 Jan 2025 11:23:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1735817027; h=from:from: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; bh=eP07RBIln6tN/TgVscwyc+pB3wEgeMikBx9iVIFXS98=; b=MX3P4iyNIZ5c8NYnLPTlcN/pJ0DbxCCkh4/IP4GiInpBaDKlaEVm5/Vat2xvkP8KzWI4lP XUZzeQily8sCKUmcBHocmz4lhuETW6jrK9XcjY5FkDrRMGFvYtUHdyN/EaERhXs9ae5zf3 mJEDIKxPgzhwoU3Skl51wCyMC5P8ZJc= From: ashish.is@lostca.se Date: Thu, 2 Jan 2025 11:23:33 +0000 Message-ID: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Ashish SHUKLA * gnu/packages/textutils.scm (oniguruma): Update to 6.9.10. Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5 --- gnu/packages/textutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 4ac056581a..86b74b2193 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -31,7 +31,7 @@ ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Timotej Lazar ;;; Copyright © 2024 Sharlatan Hellseher -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; Copyright © 2024 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. @@ -606,7 +606,7 @@ (define-public pfff (define-public oniguruma (package (name "oniguruma") - (version "6.9.5-rev1") + (version "6.9.10") (source (origin (method url-fetch) (uri (string-append "https://github.com/kkos/" @@ -618,7 +618,7 @@ (define-public oniguruma "/onig-" version ".tar.gz")) (sha256 (base32 - "17m92k1n6bvza6m35fpd5g36zwpwm3hfz3478iwj5bvj2sfq8g6k")))) + "01gwd7bkhwl2rdqbfq109vlzznic2pygz3dnhrzykr2rw9dgqp1a")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) (home-page "https://github.com/kkos/oniguruma") base-commit: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90 -- 2.47.1 From unknown Thu Aug 14 22:21:33 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ashish.is@lostca.se Subject: bug#75281: closed (Re: [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10.) Message-ID: References: <87tt8hyp2k.fsf@cbaines.net> <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 75281 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75281@debbugs.gnu.org Date: Wed, 26 Feb 2025 10:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1740565922-13679-1" This is a multi-part message in MIME format... ------------=_1740565922-13679-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75281: [PATCH] gnu: oniguruma: Update to 6.9.10. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 75281@debbugs.gnu.org. --=20 75281: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75281 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1740565922-13679-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75281-done) by debbugs.gnu.org; 26 Feb 2025 10:31:55 +0000 Received: from localhost ([127.0.0.1]:51137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnEhm-0003YH-Mg for submit@debbugs.gnu.org; Wed, 26 Feb 2025 05:31:54 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:59893) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnEhj-0003Y3-DQ for 75281-done@debbugs.gnu.org; Wed, 26 Feb 2025 05:31:52 -0500 Received: from localhost (unknown [IPv6:2a0b:89c1:3::a36e]) by mira.cbaines.net (Postfix) with ESMTPSA id B89AD27BBE2; Wed, 26 Feb 2025 10:31:48 +0000 (GMT) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id f24e3544; Wed, 26 Feb 2025 10:31:47 +0000 (UTC) From: Christopher Baines To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10. In-Reply-To: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> (ashish is's message of "Thu, 2 Jan 2025 11:23:33 +0000") References: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> Date: Wed, 26 Feb 2025 10:31:47 +0000 Message-ID: <87tt8hyp2k.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 75281-done Cc: 75281-done@debbugs.gnu.org, ashish.is@lostca.se X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/textutils.scm (oniguruma): Update to 6.9.10. > > Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5 > --- > gnu/packages/textutils.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thanks, I've pushed this to master as 90ee330bafc5a95493f9cdae2e32ddf740104ebc. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAme+7ZNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcwuxAAghgVgJPSBiQk6XQ8FYIVsSv5j9Qdinij DEGngLcTwFOUZ/vgCPGTBi0W6w2QpZN/xua2mBYPTa7XF5TzTiU5Qq7gaVRiiasZ DrrkuzlZH+52nmUi90x24q28UKBYhdKoxTUsY+xG584A4lnUNHmEGGuQac2x6SMO plc0DWVnC+CTk+Uc15K/9U2vCtVbu7Pz8Juv6q/IIkWWYc8iIOLFDeXuOE1KrACV U6qac9PssL0Bq5UbV17t03TAz9exJOv1pP4ycUeR/Z9dNt7T1DtmyJFmRpL5eDEW X6agMsuiW51z4ielZITKkrqyb8PeBtRa+SNmOu5c9wpxh4G1A2tOeGZk7fWTohlE BrIyR7sp81SpzVmBni7fPeq/1J8KhD/VxlsHkpCq8orjWNhgvP4egUUpSP9x+g6Z MlmAsUk5MrD/IGQHZHN1nd8s7Hnq4j4Pr8ULQ9gDzOeLcjqniELiSpCY8DQsMFMH MToqICInM8AmyxVQ2zzqhld+oYteDtk4Of3FQI+xW25p58E7ecYUZPTXE7XiVuxZ /F570Hx7XqX5+q5lfCkR9cn9yxCfG6bYUuwdHGq0ERlIByk7G7fzM3z7p6wSY04c B5H7vkL/FaaISdR+22fcEGoo/uRDRRg6efIgws5W3/t8KT7tnW4V2nY4EvH+o+XU lhQJpKUSoNw= =LBAb -----END PGP SIGNATURE----- --=-=-=-- ------------=_1740565922-13679-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Jan 2025 11:24:02 +0000 Received: from localhost ([127.0.0.1]:42915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tTJJ4-00033J-21 for submit@debbugs.gnu.org; Thu, 02 Jan 2025 06:24:02 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53022) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tTJJ1-00032k-Ee for submit@debbugs.gnu.org; Thu, 02 Jan 2025 06:24:00 -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 1tTJIu-0002mi-H7 for guix-patches@gnu.org; Thu, 02 Jan 2025 06:23:52 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tTJIs-0003h5-7c for guix-patches@gnu.org; Thu, 02 Jan 2025 06:23:52 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:ce00:41ed:9d3f:1c73:3d7f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AF491454C0; Thu, 2 Jan 2025 11:23:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1735817027; h=from:from: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; bh=eP07RBIln6tN/TgVscwyc+pB3wEgeMikBx9iVIFXS98=; b=MX3P4iyNIZ5c8NYnLPTlcN/pJ0DbxCCkh4/IP4GiInpBaDKlaEVm5/Vat2xvkP8KzWI4lP XUZzeQily8sCKUmcBHocmz4lhuETW6jrK9XcjY5FkDrRMGFvYtUHdyN/EaERhXs9ae5zf3 mJEDIKxPgzhwoU3Skl51wCyMC5P8ZJc= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: oniguruma: Update to 6.9.10. Date: Thu, 2 Jan 2025 11:23:33 +0000 Message-ID: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Ashish SHUKLA * gnu/packages/textutils.scm (oniguruma): Update to 6.9.10. Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5 --- gnu/packages/textutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 4ac056581a..86b74b2193 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -31,7 +31,7 @@ ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Timotej Lazar ;;; Copyright © 2024 Sharlatan Hellseher -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; Copyright © 2024 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. @@ -606,7 +606,7 @@ (define-public pfff (define-public oniguruma (package (name "oniguruma") - (version "6.9.5-rev1") + (version "6.9.10") (source (origin (method url-fetch) (uri (string-append "https://github.com/kkos/" @@ -618,7 +618,7 @@ (define-public oniguruma "/onig-" version ".tar.gz")) (sha256 (base32 - "17m92k1n6bvza6m35fpd5g36zwpwm3hfz3478iwj5bvj2sfq8g6k")))) + "01gwd7bkhwl2rdqbfq109vlzznic2pygz3dnhrzykr2rw9dgqp1a")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) (home-page "https://github.com/kkos/oniguruma") base-commit: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90 -- 2.47.1 ------------=_1740565922-13679-1-- From unknown Thu Aug 14 22:21:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Feb 2025 10:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75281 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75281@debbugs.gnu.org Cc: 75281-done@debbugs.gnu.org, ashish.is@lostca.se X-Debbugs-Original-To: "ashish.is--- via Guix-patches" via Received: via spool by submit@debbugs.gnu.org id=B.174056592613734 (code B ref -1); Wed, 26 Feb 2025 10:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Feb 2025 10:32:06 +0000 Received: from localhost ([127.0.0.1]:51144 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnEhx-0003ZS-CY for submit@debbugs.gnu.org; Wed, 26 Feb 2025 05:32:05 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48216) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnEht-0003YO-7t for submit@debbugs.gnu.org; Wed, 26 Feb 2025 05:32:01 -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 1tnEhn-00005L-Nq for guix-patches@gnu.org; Wed, 26 Feb 2025 05:31:55 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tnEhl-00042g-17 for guix-patches@gnu.org; Wed, 26 Feb 2025 05:31:55 -0500 Received: from localhost (unknown [IPv6:2a0b:89c1:3::a36e]) by mira.cbaines.net (Postfix) with ESMTPSA id B89AD27BBE2; Wed, 26 Feb 2025 10:31:48 +0000 (GMT) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id f24e3544; Wed, 26 Feb 2025 10:31:47 +0000 (UTC) From: Christopher Baines In-Reply-To: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> (ashish is's message of "Thu, 2 Jan 2025 11:23:33 +0000") References: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> Date: Wed, 26 Feb 2025 10:31:47 +0000 Message-ID: <87tt8hyp2k.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/textutils.scm (oniguruma): Update to 6.9.10. > > Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5 > --- > gnu/packages/textutils.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thanks, I've pushed this to master as 90ee330bafc5a95493f9cdae2e32ddf740104ebc. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAme+7ZNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcwuxAAghgVgJPSBiQk6XQ8FYIVsSv5j9Qdinij DEGngLcTwFOUZ/vgCPGTBi0W6w2QpZN/xua2mBYPTa7XF5TzTiU5Qq7gaVRiiasZ DrrkuzlZH+52nmUi90x24q28UKBYhdKoxTUsY+xG584A4lnUNHmEGGuQac2x6SMO plc0DWVnC+CTk+Uc15K/9U2vCtVbu7Pz8Juv6q/IIkWWYc8iIOLFDeXuOE1KrACV U6qac9PssL0Bq5UbV17t03TAz9exJOv1pP4ycUeR/Z9dNt7T1DtmyJFmRpL5eDEW X6agMsuiW51z4ielZITKkrqyb8PeBtRa+SNmOu5c9wpxh4G1A2tOeGZk7fWTohlE BrIyR7sp81SpzVmBni7fPeq/1J8KhD/VxlsHkpCq8orjWNhgvP4egUUpSP9x+g6Z MlmAsUk5MrD/IGQHZHN1nd8s7Hnq4j4Pr8ULQ9gDzOeLcjqniELiSpCY8DQsMFMH MToqICInM8AmyxVQ2zzqhld+oYteDtk4Of3FQI+xW25p58E7ecYUZPTXE7XiVuxZ /F570Hx7XqX5+q5lfCkR9cn9yxCfG6bYUuwdHGq0ERlIByk7G7fzM3z7p6wSY04c B5H7vkL/FaaISdR+22fcEGoo/uRDRRg6efIgws5W3/t8KT7tnW4V2nY4EvH+o+XU lhQJpKUSoNw= =LBAb -----END PGP SIGNATURE----- --=-=-=--