diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-05-16 09:03:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-02 11:20:23 +0200 |
commit | 5cc8b384e69e49325a696a1f25bbe210ebe742f8 (patch) | |
tree | 345ed1059526941965d10a593181994be3134111 | |
parent | 566a52b58d1a62e8061d2417387ea995eac008dc (diff) |
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>
-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 d15eae3f1c..769b1139a4 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -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 |