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:
Ashish SHUKLA 2025-05-16 09:03:32 +02:00 committed by Ludovic Courtès
parent 566a52b58d
commit 5cc8b384e6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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