GNU bug report logs - #77995
[PATCH v2] gnu: ugrep: Update to 7.4.1.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Tue, 22 Apr 2025 19:20:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77995 in the body.
You can then email your comments to 77995 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77995; Package guix-patches. (Tue, 22 Apr 2025 19:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 22 Apr 2025 19:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: ugrep: Update to 7.4.0.
Date: Tue, 22 Apr 2025 19:18:25 +0000
* gnu/packages/search.scm (ugrep): Update to 7.4.0.

Change-Id: I9a486478054906b25059dc2c43f5b3a0b2e37683
---
 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 90cb810ca2..19269bf537 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -692,14 +692,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.3.0")
+    (version "7.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
+               (base32 "0wlshsrvb4bz2596ni713bjp8r60jzaya5hkkrd4zvyfs68bxv6c"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 77bb1c698682a76bb2ccecfc3fe63ee15da0e630
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77995; Package guix-patches. (Thu, 24 Apr 2025 19:44:01 GMT) Full text and rfc822 format available.

Message #8 received at 77995 <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 77995 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2] gnu: ugrep: Update to 7.4.1.
Date: Thu, 24 Apr 2025 21:43:01 +0200
* gnu/packages/search.scm (ugrep): Update to 7.4.1.

Change-Id: I0def615e61144177670e510fcff5007da8cca26b
---
 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 90cb810ca2..08f0278194 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -692,14 +692,14 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "7.3.0")
+    (version "7.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
+               (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f
-- 
2.49.0





Changed bug title to '[PATCH v2] gnu: ugrep: Update to 7.4.1.' from '[PATCH] gnu: ugrep: Update to 7.4.0.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Thu, 24 Apr 2025 19:45:03 GMT) Full text and rfc822 format available.

Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Sat, 26 Apr 2025 12:10:04 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Sat, 26 Apr 2025 12:10:04 GMT) Full text and rfc822 format available.

Message #15 received at 77995-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, 77995-done <at> debbugs.gnu.org
Subject: Re: [bug#77995] [PATCH v2] gnu: ugrep: Update to 7.4.1.
Date: Sat, 26 Apr 2025 20:09:44 +0800
[Message part 1 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/search.scm (ugrep): Update to 7.4.1.
>
> Change-Id: I0def615e61144177670e510fcff5007da8cca26b
> ---
>  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 90cb810ca2..08f0278194 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -692,14 +692,14 @@ (define-public xapers
>  (define-public ugrep
>    (package
>      (name "ugrep")
> -    (version "7.3.0")
> +    (version "7.4.1")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
> +               (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77995; Package guix-patches. (Sat, 26 Apr 2025 12:11:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 25 May 2025 11:24:29 GMT) Full text and rfc822 format available.

This bug report was last modified 10 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.