me
/
guix
Archived
1
0
Fork 0

gnu: rust-crossbeam-utils-0.8: Update to 0.8.17.

* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.8): Update to
0.8.17.
[cargo-inputs]: Replace rust-loom-0.5 with 0.7.
[cargo-development-inputs]: Remove rust-rustversion-1.

Change-Id: Ib379d9b5c9d048b12d255e6ca3af36a37383a31f
master
Efraim Flashner 2023-12-20 11:01:56 +02:00
parent 508108cc59
commit b52d8a8c7a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 5 deletions

View File

@ -17882,22 +17882,21 @@ message passing.")
(define-public rust-crossbeam-utils-0.8
(package
(name "rust-crossbeam-utils")
(version "0.8.14")
(version "0.8.17")
(source
(origin
(method url-fetch)
(uri (crate-uri "crossbeam-utils" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "17wjbnlj4whbdvc1syk2gfy8maqx01sg2hmqpdnjh9l7g7x6ddsg"))))
(base32 "13y7wh993i7q71kg6wcfj65w3rlmizzrz7cqgz1l9whlgw9rcvf0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-1)
("rust-loom" ,rust-loom-0.5))
("rust-loom" ,rust-loom-0.7))
#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.8)
("rust-rustversion" ,rust-rustversion-1))))
(("rust-rand" ,rust-rand-0.8))))
(home-page
"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils")
(synopsis "Utilities for concurrent programming")