diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-29 00:09:48 +0200 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-04-29 10:47:38 +0800 |
commit | bc4c236f2b06388dc14f9d0f64bff87c1a6c3420 (patch) | |
tree | 02506ad935c338bed8c9f220361f32a2e7a0a42a | |
parent | 500d42e45a6ed588dd93a337e60036f5be054da5 (diff) |
gnu: ugrep: Update to 7.4.2.
* gnu/packages/search.scm (ugrep): Update to 7.4.2.
Change-Id: I03d2a6e3092324e58e76f1fb3cf47bd8ec45e6e8
Signed-off-by: Zheng Junjie <z572@z572.online>
-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 08f0278194..f66185d692 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.4.1") + (version "7.4.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v")) + (base32 "0fjb8pd65zbr0sdljlcvdl59nb9pw8bqv44abpcbcwpk42lx8j35")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet |