GNU bug report logs -
#77995
[PATCH v2] gnu: ugrep: Update to 7.4.1.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Tue, 22 Apr 2025 19:20:01 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
Message #15 received at 77995-done <at> debbugs.gnu.org (full text, mbox):
[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.4.1.
>
> Change-Id: I0def615e61144177670e510fcff5007da8cca26b
> ---
> 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 90cb810ca2..08f0278194 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.3.0")
> + (version "7.4.1")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/Genivia/ugrep")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
> + (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
> (file-name (git-file-name name version))
> (modules '((guix build utils)))
> (snippet
>
> base-commit: 85b5c2c8f66aed05730f6c7bdeabfaadf619bb8f
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.