me
/
guix
Archived
1
0
Fork 0

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>
Jaeme Sifat 2023-10-29 00:27:03 -04:00 committed by Efraim Flashner
parent 319a132481
commit f8b1c6c018
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -48269,18 +48269,18 @@ Rust.")
(define-public rust-num-cpus-1
(package
(name "rust-num-cpus")
(version "1.15.0")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "num-cpus" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0fsrjy3arnbcl41vz0gppya8d7d24cpkjgfflr3v8pivl4nrxb0g"))))
(base32 "0hra6ihpnh06dvfvz9ipscys0xfqa9ca9hzp384d5m02ssvgqqa1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-hermit-abi" ,rust-hermit-abi-0.2)
(("rust-hermit-abi" ,rust-hermit-abi-0.3)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/seanmonstar/num_cpus")
(synopsis "Get the number of CPUs on a machine")