mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01: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
|
(define-public rust-regex-1
|
||||||
(package
|
(package
|
||||||
(name "rust-regex")
|
(name "rust-regex")
|
||||||
(version "1.3.6")
|
(version "1.3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -18781,7 +18781,7 @@ (define-public rust-regex-1
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cx4lcgy7vdi2kij2n1dp2whl33d7974g1kxwiklhs192nclcsbz"))))
|
"1rnqga94ypykl2apgj26l2j1s9bvr2ix4dlzs323n6abyky80dww"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -18790,8 +18790,7 @@ (define-public rust-regex-1
|
||||||
("rust-regex-syntax" ,rust-regex-syntax-0.6)
|
("rust-regex-syntax" ,rust-regex-syntax-0.6)
|
||||||
("rust-thread-local" ,rust-thread-local-1.0))
|
("rust-thread-local" ,rust-thread-local-1.0))
|
||||||
#:cargo-development-inputs
|
#: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-quickcheck" ,rust-quickcheck-0.8)
|
||||||
("rust-rand" ,rust-rand-0.6))))
|
("rust-rand" ,rust-rand-0.6))))
|
||||||
(home-page "https://github.com/rust-lang/regex")
|
(home-page "https://github.com/rust-lang/regex")
|
||||||
|
|
Loading…
Reference in a new issue