diff options
author | kiasoc5 <kiasoc5@tutanota.com> | 2022-04-28 14:44:23 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:44 +0200 |
commit | 75b7f495d0629c426a0b89c720e55726c991f322 (patch) | |
tree | 142dd5991498183d589c3caba72b4e0de5ca46e8 /gnu | |
parent | a8fde99e80ba32defee698d526d3c9dfd0a8752b (diff) | |
download | guix-75b7f495d0629c426a0b89c720e55726c991f322.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/search.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 87f29c5424..3050d7ec70 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -642,14 +642,14 @@ bibliographic data and simple document and bibtex retrieval.") (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 |