gnu: rust-num-cpus-1: Update to 1.16.0.
* gnu/packages/crates-io.scm (rust-num-cpus-1): Update to 1.16.0. [cargo-inputs]: Replace rust-hermit-abi-0.2 with 0.3. Signed-off-by: Jaeme Sifat <jaeme@runbox.com> Change-Id: I65d5b88709c6b978fc8a12865003f204ce2e1439 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
319a132481
commit
f8b1c6c018
@ -48269,18 +48269,18 @@ Rust.")
|
|||||||
(define-public rust-num-cpus-1
|
(define-public rust-num-cpus-1
|
||||||
(package
|
(package
|
||||||
(name "rust-num-cpus")
|
(name "rust-num-cpus")
|
||||||
(version "1.15.0")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "num-cpus" version))
|
(uri (crate-uri "num-cpus" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fsrjy3arnbcl41vz0gppya8d7d24cpkjgfflr3v8pivl4nrxb0g"))))
|
(base32 "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-hermit-abi" ,rust-hermit-abi-0.2)
|
(("rust-hermit-abi" ,rust-hermit-abi-0.3)
|
||||||
("rust-libc" ,rust-libc-0.2))))
|
("rust-libc" ,rust-libc-0.2))))
|
||||||
(home-page "https://github.com/seanmonstar/num_cpus")
|
(home-page "https://github.com/seanmonstar/num_cpus")
|
||||||
(synopsis "Get the number of CPUs on a machine")
|
(synopsis "Get the number of CPUs on a machine")
|
||||||
|
Loading…
Reference in New Issue
Block a user