mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-num-threads-0.1: Update to 0.1.7.
* gnu/packages/crates-io.scm (rust-num-threads-0.1): Update to 0.1.7. Change-Id: I0845bca119cd0973eaa89e47a79c231817ac71fe
This commit is contained in:
parent
df028bf491
commit
c0b96702b7
1 changed files with 3 additions and 3 deletions
|
@ -52266,16 +52266,16 @@ (define-public rust-num-rational-0.1
|
|||
(define-public rust-num-threads-0.1
|
||||
(package
|
||||
(name "rust-num-threads")
|
||||
(version "0.1.6")
|
||||
(version "0.1.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "num_threads" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i5vmffsv6g79z869flp1sja69g1gapddjagdw1k3q9f3l2cw698"))))
|
||||
(base32 "1ngajbmhrgyhzrlc4d5ga9ych1vrfcvfsiqz6zv0h2dpr2wrhwsw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Unclear why these tests fail.
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/jhpratt/num_threads")
|
||||
(synopsis "Determine the number of running threads for the current process")
|
||||
|
|
Loading…
Reference in a new issue