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

Previous Next

Package: guix-patches;

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

Date: Sun, 27 Oct 2024 08:29:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <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 74041 in the body.
You can then email your comments to 74041 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#74041; Package guix-patches. (Sun, 27 Oct 2024 08:29: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. (Sun, 27 Oct 2024 08:29: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.1.
Date: Sun, 27 Oct 2024 09:27:14 +0100
* gnu/packages/search.scm (ugrep): Update to 7.0.1.

Change-Id: I869378f1b68b4bdfdd467acb38d8a1927ee9f420
---
 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 c5eca8c686..2beaade64d 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.0")
+    (version "7.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf"))
+               (base32 "1rjljkjbzx8zamzn5v10a3r50i9k2fa02r0m5sgxq6nm37hjvs99"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 0734d5a380cc816a90193e37135638b1b87de101
-- 
2.47.0





Information forwarded to guix-patches <at> gnu.org:
bug#74041; Package guix-patches. (Mon, 28 Oct 2024 07:58:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: 74041 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2] gnu: ugrep: Update to 7.0.2.
Date: Mon, 28 Oct 2024 08:56:11 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/search.scm (ugrep): Update to 7.0.2.

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

base-commit: 4a46758aee863cc31815865cdac4c16fb6a0a879
-- 
2.47.0





Changed bug title to '[PATCH v2] gnu: ugrep: Update to 7.0.2.' from '[PATCH] gnu: ugrep: Update to 7.0.1.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Mon, 28 Oct 2024 07:59:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#74041; Package guix-patches. (Wed, 30 Oct 2024 13:08:01 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 74041-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#74041] [PATCH v2] gnu: ugrep: Update to 7.0.2.
Date: Wed, 30 Oct 2024 21:06:34 +0800
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/search.scm (ugrep): Update to 7.0.2.
>
> Change-Id: Ia270e6be43c8154865ae965af60ff52ff81d00e2
> ---
>  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 c5eca8c686..994dc0dba0 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.0")
> +    (version "7.0.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf"))
> +               (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: 4a46758aee863cc31815865cdac4c16fb6a0a879

push, close.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 30 Oct 2024 13:08:02 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Wed, 30 Oct 2024 13:08: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. (Thu, 28 Nov 2024 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 261 days ago.

Previous Next


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