[bug#77995] gnu: ugrep: Update to 7.4.0.
Commit Message
* gnu/packages/search.scm (ugrep): Update to 7.4.0.
Change-Id: I9a486478054906b25059dc2c43f5b3a0b2e37683
---
gnu/packages/search.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: 77bb1c698682a76bb2ccecfc3fe63ee15da0e630
@@ -692,14 +692,14 @@ (define-public xapers
(define-public ugrep
(package
(name "ugrep")
- (version "7.3.0")
+ (version "7.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
+ (base32 "0wlshsrvb4bz2596ni713bjp8r60jzaya5hkkrd4zvyfs68bxv6c"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet