gnu: ugrep: Update to 3.7.9.

* gnu/packages/search.scm (ugrep): Update to 3.7.9.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
kiasoc5 2022-04-28 14:44:23 -04:00 committed by Ludovic Courtès
parent a8fde99e80
commit 75b7f495d0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -642,14 +642,14 @@ (define (purge-term-support input output)
(define-public ugrep
(package
(name "ugrep")
(version "3.1.12")
(version "3.7.9")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
(base32 "06y61sf2ywjaix4nss11wwkxipj8cc9ccx6bsmdm31h8d8wd2s0j"))
(base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet