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:
parent
fdb9a02a68
commit
2f8a3af0b1
1 changed files with 2 additions and 2 deletions
|
@ -39133,14 +39133,14 @@ Rust.")
|
||||||
(define-public rust-rayon-core-1
|
(define-public rust-rayon-core-1
|
||||||
(package
|
(package
|
||||||
(name "rust-rayon-core")
|
(name "rust-rayon-core")
|
||||||
(version "1.9.0")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rayon-core" version))
|
(uri (crate-uri "rayon-core" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jpsi8zf66xyx4m5f329lpgiql8775vpm6zqm7zn5p11b6n4dcws"))))
|
(base32 "13kdcnqp2p1a5a3amamfjpnm7ay463vq4dfxy4rrh9shr3i210fp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; One of the tests attempts to overflow the stack, but the compiler has
|
;; One of the tests attempts to overflow the stack, but the compiler has
|
||||||
|
|
Reference in a new issue