GNU bug report logs -
#74483
[PATCH] gnu: ugrep: Update to 7.1.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Fri, 22 Nov 2024 19:50:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Nov 2024 09:12:00 +0800
with message-id <87iksd5tb3.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74483] [PATCH] gnu: ugrep: Update to 7.1.0.
has caused the debbugs.gnu.org bug report #74483,
regarding [PATCH] gnu: ugrep: Update to 7.1.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74483: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74483
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/search.scm (ugrep): Update to 7.1.0.
Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7
---
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 ac639693a5..bd24d98639 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.4")
+ (version "7.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
+ (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: 8a7bd211d21f06c1234fbb82bb905d202d58f598
--
2.47.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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.1.0.
>
> Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7
> ---
> 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 ac639693a5..bd24d98639 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.4")
> + (version "7.1.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/Genivia/ugrep")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
> + (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
> (file-name (git-file-name name version))
> (modules '((guix build utils)))
> (snippet
>
> base-commit: 8a7bd211d21f06c1234fbb82bb905d202d58f598
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.