diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-10-25 09:40:43 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-26 10:10:12 +0800 |
commit | 808c02c01e87d6ded18492372543108e1f9154a9 (patch) | |
tree | d11703929538c7d900f08ed6b719042eb30aff33 /gnu | |
parent | 9d6708ed0cf8373b8e9b1a028e2524eb1af0820a (diff) | |
download | guix-808c02c01e87d6ded18492372543108e1f9154a9.tar.gz guix-808c02c01e87d6ded18492372543108e1f9154a9.zip |
gnu: ugrep: Update to 7.0.0.
* gnu/packages/search.scm (ugrep): Update to 7.0.0.
Change-Id: I761b7dce107428a919992e3c4966bfa7dabf5c62
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 8722d528c1..c5eca8c686 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -739,14 +739,14 @@ bibliographic data and simple document and bibtex retrieval.") (define-public ugrep (package (name "ugrep") - (version "6.5.0") + (version "7.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0a8ni1klqfpd00m5fks0q6ngwx64nvrh41r4azxc1fcxz4glfv90")) + (base32 "18k4j9ysrq07pddyv9ax7n08axs3w80xgs41xlfcyajms7xy7bvf")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |