mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: ugrep: Update to 3.8.3.
* gnu/packages/search.scm (ugrep): Update to 3.8.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a8d24e97dc
commit
f182be3650
1 changed files with 2 additions and 2 deletions
|
@ -672,14 +672,14 @@ bibliographic data and simple document and bibtex retrieval.")
|
||||||
(define-public ugrep
|
(define-public ugrep
|
||||||
(package
|
(package
|
||||||
(name "ugrep")
|
(name "ugrep")
|
||||||
(version "3.7.9")
|
(version "3.8.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Genivia/ugrep")
|
(url "https://github.com/Genivia/ugrep")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
|
(base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Add table
Reference in a new issue