aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-11-22 19:49:10 +0000
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-24 09:00:45 +0800
commitf3273c453f890747352d786ce9620cd91f8fc6ec (patch)
tree13c9b6777fa124df1c4e8f7c2af1574c8f626973 /gnu
parent9ec2ee8840d853e5eb7eda5c17e69d9b2d61f00c (diff)
downloadguix-f3273c453f890747352d786ce9620cd91f8fc6ec.tar.gz
guix-f3273c453f890747352d786ce9620cd91f8fc6ec.zip
gnu: ugrep: Update to 7.1.0.
* gnu/packages/search.scm (ugrep): Update to 7.1.0. Change-Id: Ifb4b6b92dbd8b60b81bb23900451fd634580f9d7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/search.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index ac639693a5..bd24d98639 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 "7.0.4")
+ (version "7.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad"))
+ (base32 "0py6yyjdabgxdlidiq30432b4drd2821d3k68zq373v0jwz3crqz"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet