gnu: ugrep: Update to 7.1.0.

* gnu/packages/search.scm (ugrep): Update to 7.1.0.

Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-11-22 19:49:10 +00:00 committed by Zheng Junjie
parent 9ec2ee8840
commit f3273c453f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -739,14 +739,14 @@ (define (purge-term-support input output)
(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