gnu: rust-cc-1.0: Update to 1.0.50.

* gnu/packages/crates-io.scm (rust-cc-1.0): Update to 1.0.50.
[arguments]: Remove rust-rayon-1.1 from cargo-inputs, add
rust-jobserver-0.1. Remove rust-tempdir-0.3 from
cargo-development-inputs, add rust-tempfile-3.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-01-15 21:42:07 -08:00 committed by Efraim Flashner
parent a62d3de704
commit 8eeb7794ba
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1146,7 +1146,7 @@ used in argon2rs' bench suite.")
(define-public rust-cc-1.0
(package
(name "rust-cc")
(version "1.0.41")
(version "1.0.50")
(source
(origin
(method url-fetch)
@ -1154,14 +1154,14 @@ used in argon2rs' bench suite.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
"1kdqm8ka7xg9h56b694pcz29ka33fsz27mzrphqc78gx96h8zqlm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-rayon" ,rust-rayon-1.1))
(("rust-jobserver" ,rust-jobserver-0.1))
#:cargo-development-inputs
(("rust-tempdir" ,rust-tempdir-0.3))))
(("rust-tempfile" ,rust-tempfile-3.1))))
(home-page "https://github.com/alexcrichton/cc-rs")
(synopsis "Invoke the native C compiler")
(description