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

* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.9.1.
This commit is contained in:
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

View file

@ -39133,14 +39133,14 @@ (define-public rust-rawkey-0.1
(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