[bug#78123] gnu: ugrep: Update to 7.4.2.

Message ID 7ec24155c5aecbcbce44b16017a4977ad55297a3.1745878188.git.ashish.is@lostca.se
State New
Headers
Series [bug#78123] gnu: ugrep: Update to 7.4.2. |

Commit Message

Ashish SHUKLA April 28, 2025, 10:09 p.m. UTC
  * gnu/packages/search.scm (ugrep): Update to 7.4.2.

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


base-commit: a6b40f7a2f2db3107319d1a5e099b269a462a723
  

Comments

Z572 April 29, 2025, 3:05 a.m. UTC | #1
Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/search.scm (ugrep): Update to 7.4.2.
>
> Change-Id: I03d2a6e3092324e58e76f1fb3cf47bd8ec45e6e8
> ---
>  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 08f0278194..f66185d692 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.4.1")
> +    (version "7.4.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
>                      (url "https://github.com/Genivia/ugrep")
>                      (commit (string-append "v" version))))
>                (sha256
> -               (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
> +               (base32 "0fjb8pd65zbr0sdljlcvdl59nb9pw8bqv44abpcbcwpk42lx8j35"))
>                (file-name (git-file-name name version))
>                (modules '((guix build utils)))
>                (snippet
>
> base-commit: a6b40f7a2f2db3107319d1a5e099b269a462a723
pushed, closing.
  

Patch

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 08f0278194..f66185d692 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.4.1")
+    (version "7.4.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
+               (base32 "0fjb8pd65zbr0sdljlcvdl59nb9pw8bqv44abpcbcwpk42lx8j35"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet