me
/
guix
Archived
1
0
Fork 0

gnu: rust-rayon-core-1: Update to 1.9.1.

* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.9.1.
master
Nicolas Goaziou 2021-09-21 12:36:36 +02:00
parent fdb9a02a68
commit 2f8a3af0b1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -39133,14 +39133,14 @@ Rust.")
(define-public rust-rayon-core-1
(package
(name "rust-rayon-core")
(version "1.9.0")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "rayon-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0jpsi8zf66xyx4m5f329lpgiql8775vpm6zqm7zn5p11b6n4dcws"))))
(base32 "13kdcnqp2p1a5a3amamfjpnm7ay463vq4dfxy4rrh9shr3i210fp"))))
(build-system cargo-build-system)
(arguments
;; One of the tests attempts to overflow the stack, but the compiler has