gnu: rust-num-cpus-1: Update to 1.13.0.

* gnu/packages/crates-io.scm (rust-num-cpus-1): Update to 1.13.0.
[cargo-development-inputs]: Remove rust-doc-comment-0.3.
This commit is contained in:
Jakub Kądziołka 2020-06-25 03:13:32 +02:00
parent ea843f7742
commit 9cc35585b0
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -13921,7 +13921,7 @@ (define-public rust-num-complex-0.1
(define-public rust-num-cpus-1 (define-public rust-num-cpus-1
(package (package
(name "rust-num-cpus") (name "rust-num-cpus")
(version "1.11.1") (version "1.13.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -13930,14 +13930,12 @@ (define-public rust-num-cpus-1
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0wlxs00cpg16z09fwchj1gdz1jxnf5dgg1cbidvq0sc75bnwbnkn")))) "1cv6yxhz2zbnwn8pn1yn8grg7zsnd523947fby41a737aqvryj85"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-hermit-abi" ,rust-hermit-abi-0.1) (("rust-hermit-abi" ,rust-hermit-abi-0.1)
("rust-libc" ,rust-libc-0.2)) ("rust-libc" ,rust-libc-0.2))))
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3))))
(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")
(description (description