GNU bug report logs -
#75677
[PATCH rust-team 00/89] Assorted package updates for rust-team
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-lazy-regex-proc-macros-3): Update to v3.4.1.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 93d0355cb6..a608e0f63b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38574,14 +38574,14 @@ (define-public rust-lazy-regex-3
(define-public rust-lazy-regex-proc-macros-3
(package
(name "rust-lazy-regex-proc-macros")
- (version "3.3.0")
+ (version "3.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "lazy-regex-proc_macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0qs13g4047fvlc16w1qb9yp4af3qm2xhp4kvkk5m6b37bnqdiqbn"))))
+ (base32 "1886sbdzfsqmgnyzsw1hmjdy58xks44j23sy1aqpxqc1xysiv82b"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; cannot find macro `regex_replace_all` in this scope
--
2.47.1
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.