mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-regex-1: Update to 1.3.9.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.3.9. [cargo-development-inputs]: Remove rust-doc-comment-0.3.
This commit is contained in:
parent
a9680dbd76
commit
83b5d1fa75
1 changed files with 3 additions and 4 deletions
|
@ -18772,7 +18772,7 @@ (define-public rust-ref-cast-impl-0.2
|
|||
(define-public rust-regex-1
|
||||
(package
|
||||
(name "rust-regex")
|
||||
(version "1.3.6")
|
||||
(version "1.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18781,7 +18781,7 @@ (define-public rust-regex-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cx4lcgy7vdi2kij2n1dp2whl33d7974g1kxwiklhs192nclcsbz"))))
|
||||
"1rnqga94ypykl2apgj26l2j1s9bvr2ix4dlzs323n6abyky80dww"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -18790,8 +18790,7 @@ (define-public rust-regex-1
|
|||
("rust-regex-syntax" ,rust-regex-syntax-0.6)
|
||||
("rust-thread-local" ,rust-thread-local-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||
("rust-rand" ,rust-rand-0.6))))
|
||||
(home-page "https://github.com/rust-lang/regex")
|
||||
|
|
Loading…
Reference in a new issue