GNU bug report logs -
#67757
[PATCH 00/19 rust-team] gnu: rust-apps: Update ripgrep to 14.0.3
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Sun, 10 Dec 2023 23:04:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.12.
Change-Id: I46a48f21f89df60d2d9410ae9953511f8dd71748
---
gnu/packages/crates-io.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c457a918f5..17d31ccb8b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33752,7 +33752,7 @@ (define-public rust-grep-printer-0.1
(define-public rust-grep-regex-0.1
(package
(name "rust-grep-regex")
- (version "0.1.9")
+ (version "0.1.12")
(source
(origin
(method url-fetch)
@@ -33761,17 +33761,14 @@ (define-public rust-grep-regex-0.1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "01mx4xsrfp5hf8dpnvld1svs6i5dpg6xghigp4wkhdlcfv4m658j"))))
+ "0393d2ydvq8qdgss8k7pbnfdns7ramlhxjk7pifdldd8bh9vnj7p"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-aho-corasick" ,rust-aho-corasick-0.7)
- ("rust-bstr" ,rust-bstr-0.2)
- ("rust-grep-matcher" ,rust-grep-matcher-0.1)
- ("rust-log" ,rust-log-0.4)
- ("rust-regex" ,rust-regex-1)
- ("rust-regex-syntax" ,rust-regex-syntax-0.6)
- ("rust-thread-local" ,rust-thread-local-1))))
+ `(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
+ ("rust-grep-matcher" ,rust-grep-matcher-0.1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-regex-automata" ,rust-regex-automata-0.4)
+ ("rust-regex-syntax" ,rust-regex-syntax-0.8))))
(home-page "https://github.com/BurntSushi/ripgrep")
(synopsis "Use Rust's regex library with the grep crate")
(description
--
2.41.0
This bug report was last modified 1 year and 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.