mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: ugrep: Update to 7.1.3.
* gnu/packages/search.scm (ugrep): Update to 7.1.3. Change-Id: I389c9b056f389d80f942ed487bf80cbba97364a4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
825c72ad80
commit
9527122a75
1 changed files with 2 additions and 2 deletions
|
@ -692,14 +692,14 @@ (define (purge-term-support input output)
|
|||
(define-public ugrep
|
||||
(package
|
||||
(name "ugrep")
|
||||
(version "7.1.2")
|
||||
(version "7.1.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Genivia/ugrep")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0kmdjzbgy1lrl6iyxkpm4pmp954qc9vham3bzhn9b1n4ipig7s0s"))
|
||||
(base32 "1avqay6kd5n384r3nhzkjk3jmqzdmhaypnn2hyjiczcrjvqkghk3"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue