mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ugrep: Update to 7.4.3.
* gnu/packages/search.scm (ugrep): Update to 7.4.3. Change-Id: Ib0ce6600f9485d7eebf9aa30613801324c8a68e7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
566a52b58d
commit
5cc8b384e6
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.2")
|
||||
(version "7.4.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Genivia/ugrep")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0fjb8pd65zbr0sdljlcvdl59nb9pw8bqv44abpcbcwpk42lx8j35"))
|
||||
(base32 "1csqwwxgngznnzb01hh21lzsbbhzsq19sa2lhaaplnyf9snk4pgc"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue