gnu: rust-regex-1.1: Update to 1.1.9.

* gnu/packages/crates-io.scm (rust-regex-1.1): Update it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-01-21 09:55:21 -08:00 committed by Efraim Flashner
parent 2484eea58c
commit af51fb8e4d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9679,7 +9679,7 @@ (define-public rust-regex-1.1
(package
(inherit rust-regex-1.3)
(name "rust-regex")
(version "1.1.7")
(version "1.1.9")
(source
(origin
(method url-fetch)
@ -9688,7 +9688,7 @@ (define-public rust-regex-1.1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1pabajpp0wzb7dm2x32gy8w7k0mwykr6zsvzn0fgpr6pww40hbqb"))))
"1ba47ivq8l1yikiwikjnq5barag6iqfgcpxlz2263fqbq9y2kn6r"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
@ -9701,7 +9701,7 @@ (define-public rust-regex-1.1
(("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-lazy-static" ,rust-lazy-static-1.3)
("rust-quickcheck" ,rust-quickcheck-0.8)
("rust-rand" ,rust-rand-0.4))))))
("rust-rand" ,rust-rand-0.6))))))
(define-public rust-regex-0.2
(package