gnu: rust-regex: Update to 1.3.4.

* gnu/packages/crates-io.scm (rust-regex-1.3): Update to 1.3.4.
[arguments]: Don't skip build.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jakub Kądziołka 2020-02-07 22:23:17 +01:00 committed by Efraim Flashner
parent 2f841254c5
commit e5b8c522f2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9642,7 +9642,7 @@ (define-public rust-ref-cast-impl-0.2
(define-public rust-regex-1.3
(package
(name "rust-regex")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
@ -9651,11 +9651,10 @@ (define-public rust-regex-1.3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"11syqmfvbsah805z6ih8vxf8p6jssdsz1gjsjqcwprz484cqql5m"))))
"1a1mh9mgr8jipnxdaykla6xlw4a6kjn2bzkq3cifx8xy4ivzjb1j"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-aho-corasick" ,rust-aho-corasick-0.7)
("rust-memchr" ,rust-memchr-2.2)
("rust-regex-syntax" ,rust-regex-syntax-0.6)