efraim pushed a commit to branch rust-team
in repository guix.

commit b633df1984d47b3b52d0a3b6573c4857f11a2e68
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 19 20:02:10 2024 +0200

    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
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 205761ffd5..6431650c4f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52199,16 +52199,16 @@ directly.")
 (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")

Reply via email to