mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a62d3de704
commit
8eeb7794ba
1 changed files with 4 additions and 4 deletions
|
@ -1146,7 +1146,7 @@ used in argon2rs' bench suite.")
|
||||||
(define-public rust-cc-1.0
|
(define-public rust-cc-1.0
|
||||||
(package
|
(package
|
||||||
(name "rust-cc")
|
(name "rust-cc")
|
||||||
(version "1.0.41")
|
(version "1.0.50")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1154,14 +1154,14 @@ used in argon2rs' bench suite.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld"))))
|
"1kdqm8ka7xg9h56b694pcz29ka33fsz27mzrphqc78gx96h8zqlm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-rayon" ,rust-rayon-1.1))
|
(("rust-jobserver" ,rust-jobserver-0.1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tempdir" ,rust-tempdir-0.3))))
|
(("rust-tempfile" ,rust-tempfile-3.1))))
|
||||||
(home-page "https://github.com/alexcrichton/cc-rs")
|
(home-page "https://github.com/alexcrichton/cc-rs")
|
||||||
(synopsis "Invoke the native C compiler")
|
(synopsis "Invoke the native C compiler")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue