mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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:
parent
ea843f7742
commit
9cc35585b0
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue