me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9): Update to
0.9.7.
[cargo-inputs]: Replace rust-windows-0.42 with 0.45.
Efraim Flashner 2023-05-16 11:57:34 +03:00
parent 24f16ed22f
commit aa37ff73b2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -42880,14 +42880,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.6") (version "0.9.7")
(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
"1grkf6s7zgl5blgw941g98z5csfjbrxavprspc8396aw9f0zh7ms")))) "08cm5gg3a4jmr683x9dgih8vj66yn772kjvc8y1m0flyz6wwnsch"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
@ -42898,7 +42898,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.42)))) ("rust-windows-sys" ,rust-windows-sys-0.45))))
(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