diff options
author | Ashish SHUKLA <[email protected]> | 2025-01-23 21:29:54 +0000 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-24 13:23:27 +0800 |
commit | d35b7017a6f6e429920bea212aa45edb85ff21b8 (patch) | |
tree | 6f75a25c6bf30316b0fcf7d132b6004ecdafc795 | |
parent | 29dd82fb3a20bec771437c0a3b42d82cb97ec5dd (diff) |
gnu: ugrep: Update to 7.2.0.
* gnu/packages/search.scm (ugrep): Update to 7.2.0.
Change-Id: I391d8bd95c3a4fb38652075ac04d328df4c3e4fb
Signed-off-by: Zheng Junjie <[email protected]>
-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 bb42a889dc..69a3583e6c 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -692,14 +692,14 @@ bibliographic data and simple document and bibtex retrieval.") (define-public ugrep (package (name "ugrep") - (version "7.1.3") + (version "7.2.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "1avqay6kd5n384r3nhzkjk3jmqzdmhaypnn2hyjiczcrjvqkghk3")) + (base32 "1506yymsx4a41w0q31b5wigy9k7d14gq4xqqc3lv3ivdaa8y6qpx")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |