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:
Ashish SHUKLA 2025-06-19 09:57:24 +02:00 committed by Sharlatan Hellseher
parent c46f59a2dd
commit 65017fbc42
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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