gnu: rust-parking-lot-core-0.9: Update to 0.9.8.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9): Update to 0.9.8. [cargo-inputs]: Replace rust-redox-syscall-0.2 with 0.3, rust-windows-sys-0.45 with 0.48.
parent
c090c7f17d
commit
ccb941ffdb
|
@ -45993,14 +45993,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.7")
|
(version "0.9.8")
|
||||||
(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
|
||||||
"08cm5gg3a4jmr683x9dgih8vj66yn772kjvc8y1m0flyz6wwnsch"))))
|
"0ixlak319bpzldq20yvyfqk0y1vi736zxbw101jvzjp7by30rw4k"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -46008,10 +46008,10 @@ synchronization primitives.")
|
||||||
("rust-cfg-if" ,rust-cfg-if-1)
|
("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-petgraph" ,rust-petgraph-0.6)
|
("rust-petgraph" ,rust-petgraph-0.6)
|
||||||
("rust-redox-syscall" ,rust-redox-syscall-0.2)
|
("rust-redox-syscall" ,rust-redox-syscall-0.3)
|
||||||
("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.45))))
|
("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue