mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: ugrep: Update to 7.5.0.
* gnu/packages/search.scm (ugrep): Update to 7.5.0. Change-Id: Id541539e0ebd1885c04ccaa4daa16af6c1e12d51 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c46f59a2dd
commit
65017fbc42
1 changed files with 2 additions and 2 deletions
|
|
@ -699,14 +699,14 @@ bibliographic data and simple document and bibtex retrieval.")
|
|||
(define-public ugrep
|
||||
(package
|
||||
(name "ugrep")
|
||||
(version "7.4.3")
|
||||
(version "7.5.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Genivia/ugrep")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1csqwwxgngznnzb01hh21lzsbbhzsq19sa2lhaaplnyf9snk4pgc"))
|
||||
(base32 "0vfap67jfbcx6h72728il93sxy2dvvrsla8fzszgja3swddrrvyb"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue