mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ugrep: Update to 7.3.0.
* gnu/packages/search.scm (ugrep): Update to 7.3.0. Change-Id: I03fc0d493e7d8eed84f4a83238d3aa65c2fb8e08 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
63c7a38f68
commit
e584b1457d
1 changed files with 2 additions and 2 deletions
|
@ -692,14 +692,14 @@ bibliographic data and simple document and bibtex retrieval.")
|
|||
(define-public ugrep
|
||||
(package
|
||||
(name "ugrep")
|
||||
(version "7.2.2")
|
||||
(version "7.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Genivia/ugrep")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmivj1kh"))
|
||||
(base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue