diff options
author | Ashish SHUKLA <[email protected]> | 2025-01-27 17:02:41 +0100 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-30 17:18:45 +0800 |
commit | 7fda10f22eab674cf32b6679ef7ed4c80a04233e (patch) | |
tree | 7bec8252b1fd2155f474cb4780427f40d2921721 /gnu/packages/search.scm | |
parent | 03246823c3bc297a08b79b9cc0fe5d8634545a7b (diff) |
gnu: ugrep: Update to 7.2.1.
* gnu/packages/search.scm (ugrep): Update to 7.2.1.
Change-Id: Ieff1606940e2784a3b0fbfa40354dbfecc3ef39d
Signed-off-by: 宋文武 <[email protected]>
Diffstat (limited to 'gnu/packages/search.scm')
-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 69a3583e6c..a08f34d0c1 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.2.0") + (version "7.2.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "1506yymsx4a41w0q31b5wigy9k7d14gq4xqqc3lv3ivdaa8y6qpx")) + (base32 "0idi54dvhrdk5wkv73y9zq649lld2kh4p1rc79l2cvv0niqdhnn6")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |