diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-11-14 21:27:44 +0000 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-11-15 18:51:17 +0800 |
commit | 0bde2b4fd4d0e2460f318c4d21269a73ff44a839 (patch) | |
tree | ab54bcfc4bdb926f16c5c489edbd8d7bb828505d | |
parent | 13bc3237d8e44c6ed1e7956ff006965014755606 (diff) | |
download | guix-0bde2b4fd4d0e2460f318c4d21269a73ff44a839.tar.gz |
gnu: ugrep: Update to 7.0.4.
* gnu/packages/search.scm (ugrep): Update to 7.0.4.
-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 994dc0dba0..ac639693a5 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.2") + (version "7.0.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny")) + (base32 "1kdv5vxmgfpa4nwsqa0zc4bakpx9jhw748vgzjnj56cbk30rccad")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |