diff options
author | Ashish SHUKLA <[email protected]> | 2024-12-30 17:05:56 +0100 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-01-06 18:49:46 +0800 |
commit | ef1c8ca7622b1441d2a8db97a9d0f1607275bdbe (patch) | |
tree | 47a569cf4fd9e4f8abd11d725fcd306b36ee6dd1 /gnu | |
parent | af07f6bfe94bb3dac1f46533e586d4186d7e59b6 (diff) |
gnu: ugrep: Update to 7.1.2.
* gnu/packages/search.scm (ugrep): Update to 7.1.2.
Change-Id: I9699124fee3a932e8f2d084848a6ff8daa7dba1c
Signed-off-by: Zheng Junjie <[email protected]>
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 1d7f350afd..21d7d40ba3 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.0") + (version "7.1.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz")) + (base32 "0kmdjzbgy1lrl6iyxkpm4pmp954qc9vham3bzhn9b1n4ipig7s0s")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |