[bug#62384] gnu: ugrep: Update to 3.11.0.
Commit Message
* gnu/packages/search.scm (ugrep): Update to 3.11.0.
---
gnu/packages/search.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Greg Hogan <code@greghogan.com> writes:
> * gnu/packages/search.scm (ugrep): Update to 3.11.0.
> ---
> gnu/packages/search.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks Greg, I've pushed this to the master branch as
4cf7aea2b9ae3a85b6de5eed43c4666c48cf786b.
Chris
@@ -675,14 +675,14 @@ (define (purge-term-support input output)
(define-public ugrep
(package
(name "ugrep")
- (version "3.9.6")
+ (version "3.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "1nlxmrw0w21iwcbnir04bccb3z8hj9i4hj6gd2bk0qhdbrk2adh7"))
+ (base32 "1sibd44ky7xqfmrfvi09h5ignn7i3v1fjxnfvybp3cjfm08yxacy"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet