GNU bug report logs - #75204
[PATCH] gnu: ugrep: Update to 7.1.2.

Previous Next

Package: guix-patches;

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

Date: Mon, 30 Dec 2024 16:07:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: bug#75204: closed (Re: [bug#75204] [PATCH] gnu: ugrep: Update to
 7.1.2.)
Date: Mon, 06 Jan 2025 11:12:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75204: [PATCH] gnu: ugrep: Update to 7.1.2.

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 75204 <at> debbugs.gnu.org.

-- 
75204: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75204
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: 75204-done <at> debbugs.gnu.org, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#75204] [PATCH] gnu: ugrep: Update to 7.1.2.
Date: Mon, 06 Jan 2025 19:10:49 +0800
[Message part 3 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/search.scm (ugrep): Update to 7.1.2.
>
> Change-Id: I9699124fee3a932e8f2d084848a6ff8daa7dba1c
> ---
>  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 1d7f350afd..21d7d40ba3 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.1.0")
> +    (version "7.1.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
> +               (base32 "0kmdjzbgy1lrl6iyxkpm4pmp954qc9vham3bzhn9b1n4ipig7s0s"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: 40b9f330662cdccfa3d279aecc2f447d39f858d4
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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.1.2.
Date: Mon, 30 Dec 2024 17:05:56 +0100
* gnu/packages/search.scm (ugrep): Update to 7.1.2.

Change-Id: I9699124fee3a932e8f2d084848a6ff8daa7dba1c
---
 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 1d7f350afd..21d7d40ba3 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.1.0")
+    (version "7.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
+               (base32 "0kmdjzbgy1lrl6iyxkpm4pmp954qc9vham3bzhn9b1n4ipig7s0s"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: 40b9f330662cdccfa3d279aecc2f447d39f858d4
-- 
2.47.1




This bug report was last modified 186 days ago.

Previous Next


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