[bug#76720] gnu: ugrep: Update to 7.3.0.

Message ID 0ba19bffe68365d6b49e80ee710d9d2d8d491002.1741035332.git.ashish.is@lostca.se
State New
Headers
Series [bug#76720] gnu: ugrep: Update to 7.3.0. |

Commit Message

Ashish SHUKLA March 3, 2025, 8:55 p.m. UTC
  * gnu/packages/search.scm (ugrep): Update to 7.3.0.

Change-Id: I03fc0d493e7d8eed84f4a83238d3aa65c2fb8e08
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 5058b40aba825ab6e7b9e518dd1147d1e35fd7de
  

Comments

Z572 March 5, 2025, 4:08 a.m. UTC | #1
Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/search.scm (ugrep): Update to 7.3.0.
>
> Change-Id: I03fc0d493e7d8eed84f4a83238d3aa65c2fb8e08
> ---
>  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 9c220fc50c..90cb810ca2 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.2.2")
> +    (version "7.3.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmivj1kh"))
> +               (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: 5058b40aba825ab6e7b9e518dd1147d1e35fd7de
pushed, closing.
  

Patch

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 9c220fc50c..90cb810ca2 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.2.2")
+    (version "7.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmivj1kh"))
+               (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet