diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-06-19 09:57:24 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-23 20:33:02 +0100 |
commit | 65017fbc423eba8e7f7829a92798f139044615f1 (patch) | |
tree | 6618caf2dbecc37cbdb6e5157bdacc5e44eee14a | |
parent | c46f59a2dd78508a1c7f84b9066921cbf8508583 (diff) |
gnu: ugrep: Update to 7.5.0.
* gnu/packages/search.scm (ugrep): Update to 7.5.0.
Change-Id: Id541539e0ebd1885c04ccaa4daa16af6c1e12d51
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-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 769b1139a4..aab4d90fc2 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.3") + (version "7.5.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "1csqwwxgngznnzb01hh21lzsbbhzsq19sa2lhaaplnyf9snk4pgc")) + (base32 "0vfap67jfbcx6h72728il93sxy2dvvrsla8fzszgja3swddrrvyb")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |