Archived
1
0
Fork 0

gnu: rust-parking-lot-core-0.9: Update to 0.9.6.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9): Update to 0.9.6.
[cargo-inputs]: Replace rust-windows-sys-0.36 with 0.42.
This commit is contained in:
Efraim Flashner 2023-01-12 17:05:05 +02:00
parent 9ab7cfd97f
commit 506d97f5fe
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -39254,14 +39254,14 @@ synchronization primitives.")
(define-public rust-parking-lot-core-0.9 (define-public rust-parking-lot-core-0.9
(package (package
(name "rust-parking-lot-core") (name "rust-parking-lot-core")
(version "0.9.3") (version "0.9.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "parking_lot_core" version)) (uri (crate-uri "parking_lot_core" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9")))) "1grkf6s7zgl5blgw941g98z5csfjbrxavprspc8396aw9f0zh7ms"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
@ -39272,7 +39272,7 @@ synchronization primitives.")
("rust-redox-syscall" ,rust-redox-syscall-0.2) ("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-smallvec" ,rust-smallvec-1) ("rust-smallvec" ,rust-smallvec-1)
("rust-thread-id" ,rust-thread-id-4) ("rust-thread-id" ,rust-thread-id-4)
("rust-windows-sys" ,rust-windows-sys-0.36)))) ("rust-windows-sys" ,rust-windows-sys-0.42))))
(home-page "https://github.com/Amanieu/parking_lot") (home-page "https://github.com/Amanieu/parking_lot")
(synopsis "API for creating custom synchronization primitives") (synopsis "API for creating custom synchronization primitives")
(description "This package provides an advanced API for creating custom (description "This package provides an advanced API for creating custom