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

Previous Next

Package: guix-patches;

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

Date: Tue, 12 Nov 2024 21:54:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 74331 in the body.
You can then email your comments to 74331 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#74331; Package guix-patches. (Tue, 12 Nov 2024 21:54: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, 12 Nov 2024 21:54: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.0.3.
Date: Tue, 12 Nov 2024 22:52:43 +0100
* gnu/packages/search.scm (ugrep): Update to 7.0.3.

Change-Id: Idb78399563353b1bd0c441cfe3ae71d7800ab354
---
 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 994dc0dba0..e9b38c8f42 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 "7.0.2")
+    (version "7.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+               (base32 "1b9jihi24vnbna3p1b08nk53j9f02hzkmalr0kccrd2r1kkmpwqb"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: b10ce47d8be5b6c15987f4e1d93b3bd71b1eb220
-- 
2.47.0





Information forwarded to guix-patches <at> gnu.org:
bug#74331; Package guix-patches. (Thu, 14 Nov 2024 21:30:02 GMT) Full text and rfc822 format available.

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

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 74331 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2] gnu: ugrep: Update to 7.0.4.
Date: Thu, 14 Nov 2024 21:27:44 +0000
* gnu/packages/search.scm (ugrep): Update to 7.0.4.
---
 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 994dc0dba0..ac639693a5 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 "7.0.2")
+    (version "7.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+               (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532
-- 
2.47.0





Changed bug title to '[PATCH v2] gnu: ugrep: Update to 7.0.4.' from '[PATCH] gnu: ugrep: Update to 7.0.3.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Thu, 14 Nov 2024 21:34:02 GMT) Full text and rfc822 format available.

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Fri, 15 Nov 2024 10:58:03 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Fri, 15 Nov 2024 10:58:03 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: 74331-done <at> debbugs.gnu.org, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#74331] [PATCH v2] gnu: ugrep: Update to 7.0.4.
Date: Fri, 15 Nov 2024 18:57:45 +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.0.4.
> ---
>  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 994dc0dba0..ac639693a5 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 "7.0.2")
> +    (version "7.0.4")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
> +               (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532

pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#74331; Package guix-patches. (Fri, 15 Nov 2024 10:59: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. (Fri, 13 Dec 2024 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 189 days ago.

Previous Next


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