From unknown Fri Jun 20 18:12:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#74005 <74005@debbugs.gnu.org> To: bug#74005 <74005@debbugs.gnu.org> Subject: Status: [PATCH] gnu: ugrep: Update to 7.0.0. Reply-To: bug#74005 <74005@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:12:19 +0000 retitle 74005 [PATCH] gnu: ugrep: Update to 7.0.0. reassign 74005 guix-patches submitter 74005 ashish.is@lostca.se severity 74005 normal tag 74005 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 25 03:41:48 2024 Received: (at submit) by debbugs.gnu.org; 25 Oct 2024 07:41:48 +0000 Received: from localhost ([127.0.0.1]:37130 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4Ex9-0004u8-QR for submit@debbugs.gnu.org; Fri, 25 Oct 2024 03:41:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:37612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4Ex4-0004th-Tl for submit@debbugs.gnu.org; Fri, 25 Oct 2024 03:41:43 -0400 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 1t4EwY-0002bE-OQ for guix-patches@gnu.org; Fri, 25 Oct 2024 03:41:10 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1t4EwS-0005rn-8M for guix-patches@gnu.org; Fri, 25 Oct 2024 03:41:09 -0400 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:a200:b532:f8e3:cc73:f017]) (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 A53E7355C6; Fri, 25 Oct 2024 07:41:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1729842062; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=KicMtGkefzxItwxqctg0CWzRBekNgztX6khGinwbKx0=; b=abAUb9fisYngmSGi330kkRG6SeRhBKPnpihWvZeQJEFhOGTDvRwMfvmLtiuYAYVxfWVCpa H71lK9q+5i1h2cMHRcU/r8sYKZplaSd5ai1TTrbdcgLxrdImvkC4dcFH8dImf/EdTBtLme uRdCo/XFCI66OBYcxtmJMGBRpgkH0Fw= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: ugrep: Update to 7.0.0. Date: Fri, 25 Oct 2024 09:40:43 +0200 Message-ID: <167c956153487f4ffa969200aaf4a243897604d7.1729842043.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; 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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) From: Ashish SHUKLA * gnu/packages/search.scm (ugrep): Update to 7.0.0. Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62 --- gnu/packages/search.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 8722d528c1..c5eca8c686 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -739,14 +739,14 @@ (define-public xapers (define-public ugrep (package (name "ugrep") - (version "6.5.0") + (version "7.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90")) + (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 25 22:17:59 2024 Received: (at submit) by debbugs.gnu.org; 26 Oct 2024 02:18:00 +0000 Received: from localhost ([127.0.0.1]:40026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4WNL-0006zz-E9 for submit@debbugs.gnu.org; Fri, 25 Oct 2024 22:17:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:33382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4WNF-0006zY-Ej for submit@debbugs.gnu.org; Fri, 25 Oct 2024 22:17:55 -0400 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 1t4WMi-0001DU-Dr for guix-patches@gnu.org; Fri, 25 Oct 2024 22:17:20 -0400 Received: from smtp21.cstnet.cn ([159.226.251.21] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1t4WMg-0006gt-F2 for guix-patches@gnu.org; Fri, 25 Oct 2024 22:17:20 -0400 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowAC3vysjURxnMx6oCg--.23279S2; Sat, 26 Oct 2024 10:17:11 +0800 (CST) From: Zheng Junjie To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#74005] [PATCH] gnu: ugrep: Update to 7.0.0. In-Reply-To: <167c956153487f4ffa969200aaf4a243897604d7.1729842043.git.ashish.is@lostca.se> (ashish is's message of "Fri, 25 Oct 2024 09:40:43 +0200") References: <167c956153487f4ffa969200aaf4a243897604d7.1729842043.git.ashish.is@lostca.se> Date: Sat, 26 Oct 2024 10:17:05 +0800 Message-ID: <875xpfip5q.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowAC3vysjURxnMx6oCg--.23279S2 X-Coremail-Antispam: 1UD129KBjvdXoWrKF18XFWrAFW8CryfAw15twb_yoWkCFc_CF ZIyry2qrWvqFn8KFyfCFn8GFyYv3WDtr4FqasIqFWkKa95X3yjgFW7uryIy3WUKF48tasY kr4rArW7WryFgjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUbsAYjsxI4VWkKwAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I 6I8E6xAIw20EY4v20xvaj40_Wr0E3s1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM2 8CjxkF64kEwVA0rcxSw2x7M28EF7xvwVC0I7IYx2IY67AKxVWUCVW8JwA2z4x0Y4vE2Ix0 cI8IcVCY1x0267AKxVW8JVWxJwA2z4x0Y4vEx4A2jsIE14v26r4j6F4UM28EF7xvwVC2z2 80aVCY1x0267AKxVW8Jr0_Cr1UM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I262IY c4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrVC2j2 WlYx0E2Ix0cI8IcVAFwI0_Jrv_JF1lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE7xkE bVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbVWUJV W8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF67kF 1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42IY6x IIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF0xvE x4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2KfnxnU UI43ZEXa7IUepbytUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.21; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 74005-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: -2.4 (--) --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/search.scm (ugrep): Update to 7.0.0. > > Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62 > --- > gnu/packages/search.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm > index 8722d528c1..c5eca8c686 100644 > --- a/gnu/packages/search.scm > +++ b/gnu/packages/search.scm > @@ -739,14 +739,14 @@ (define-public xapers > (define-public ugrep > (package > (name "ugrep") > - (version "6.5.0") > + (version "7.0.0") > (source (origin > (method git-fetch) > (uri (git-reference > (url "https://github.com/Genivia/ugrep") > (commit (string-append "v" version)))) > (sha256 > - (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90")) > + (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf")) > (file-name (git-file-name name version)) > (modules '((guix build utils))) > (snippet > > base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b push, close. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmccUSEACgkQO1qpk+Gi 3/B31hAAoRb9IdICyOrt9FvSMiHgqYMOdmiWYm3dlXQN5HuXrG0r3TIfojoydzgf vqiltC44rxWbIkbCHTB/RcZEYdskd4fCah6pumHYxBd9pn9goPCpmeZBd3pD67p3 LPDgkiWn6tfm80yk+lUdr7bjNQZ3veQ6idOiPwtjWf16rtWcKqKA94QFh6vWpCd+ 7yXypEw5qJgTVe6g7ik6ttp8KmFx9grIXorog3iouzzeSYOJgfaqvX2w7h24D7k6 O+r1aqz7TMF2gzJiK0YVJh/KEuKB+CW2bn8eI23kB9sXDqBTGigm935qFddK2MBi 2TKZH1m92C1dp0CJbU+o/Wf5+Vjvyfg3IZFlmZVFpVaD7I8HKGwp1R37QsZaBzws WJXl3u0pt+0kGRF7+y+JO0+1YugHGQDQtzXoioEGbJWY0iSwCQ4Di+NbaPnZUfRD RLEApsQH7NE4T6ERdjlgbB6gNek6Z7DITqLFLxW90wt/fFq4S15ZCKkQR3k/L3vm HMEmbuNCzAwnaC2tGJqRw8ziQsuOF4wipIBM1DcedYnCh405ukpJuq/qtCK/nAvU rky3TBYjhkGH7MpV1tzfOtopjKZ83EgAl0BV1gQoLMbj9wzbKH98MbMw0zdDkGaa USbXve0XMdSj9hm/gN/z0x4nyCy9CCsx0h4v9YqApcVJi78iqKs= =wo1a -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:12:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 23 Nov 2024 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator