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:
Jakub Kądziołka 2020-06-24 19:41:27 +02:00
parent a9680dbd76
commit 83b5d1fa75
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -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")