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:
Efraim Flashner 2024-12-19 20:02:10 +02:00
parent df028bf491
commit c0b96702b7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")