GNU bug report logs -
#74331
[PATCH v2] gnu: ugrep: Update to 7.0.4.
Previous Next
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.
Full log
View this message in rfc822 format
[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)]
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.