mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
9ec2ee8840
commit
f3273c453f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue