gnu: ugrep: Update to 7.0.2.

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

Change-Id: Ia270e6be43c8154865ae965af60ff52ff81d00e2
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2024-10-28 08:56:11 +01:00 committed by Zheng Junjie
parent 913fdb7ea8
commit 654cac3a4a
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.0")
(version "7.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
(base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf"))
(base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet