summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-04-24 21:43:01 +0200
committerZheng Junjie <z572@z572.online>2025-04-26 19:55:45 +0800
commitc0d418f7ef4239fe07da1087b93a355b23f172bd (patch)
tree9ce8c21b621f7603600d640a8b5ad2dac0cc5868
parent76dc9622412fc70ad4e3d20a97c4fb0e7c1fa73d (diff)
gnu: ugrep: Update to 7.4.1.
* gnu/packages/search.scm (ugrep): Update to 7.4.1. Change-Id: I0def615e61144177670e510fcff5007da8cca26b Signed-off-by: Zheng Junjie <z572@z572.online>
-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 90cb810ca2..08f0278194 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.3.0")
+ (version "7.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "1ls6s0daw6lpbiy3rizlzsqcw8r116wi01ivgn9ri9qpfn65f00v"))
+ (base32 "09wll1wpygs0h19k8a7iczhrq0pwzp3c494ifydk2nhi4rlp3c1v"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet