GNU bug report logs -
#74331
[PATCH v2] gnu: ugrep: Update to 7.0.4.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Tue, 12 Nov 2024 21:54:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/search.scm (ugrep): Update to 7.0.3.
Change-Id: Idb78399563353b1bd0c441cfe3ae71d7800ab354
---
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 994dc0dba0..e9b38c8f42 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -739,14 +739,14 @@ (define-public xapers
(define-public ugrep
(package
(name "ugrep")
- (version "7.0.2")
+ (version "7.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "11p7bslfdh2dzcmx7x1lqzhan6al8ak8w4j4gms51vg0nsp9ljny"))
+ (base32 "1b9jihi24vnbna3p1b08nk53j9f02hzkmalr0kccrd2r1kkmpwqb"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
base-commit: b10ce47d8be5b6c15987f4e1d93b3bd71b1eb220
--
2.47.0
This bug report was last modified 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.