GNU bug report logs -
#60870
[PATCH] gnu: ugrep: Update to 3.9.5.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Tue, 17 Jan 2023 02:00:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/search.scm (ugrep): Update to 3.9.5.
---
gnu/packages/search.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 27dc9cd02e..bcd5ced027 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -675,14 +675,14 @@ (define (purge-term-support input output)
(define-public ugrep
(package
(name "ugrep")
- (version "3.9.2")
+ (version "3.9.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "0dhzrrdyi1aj16mdndkic7cqqvg6w28c8j13r7x42zab6ah0zkpm"))
+ (base32 "1gcq4z27mj78qzcnmvmy1qza73d3jq4lg31lq8cvggb4v1y09amx"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: bdcdab36769d6d3013262724daadd2cb79977328
--
2.39.0
This bug report was last modified 2 years and 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.