gnu: rust-parking-lot-0.9: Inherit from rust-parking-lot-0.10.
* gnu/packages/crates-io.scm (rust-parking-lot-0.9): Inherit from rust-parking-lot-0.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
85f90a96f1
commit
9068ccbadd
@ -9502,6 +9502,7 @@ synchronization primitives.")
|
|||||||
|
|
||||||
(define-public rust-parking-lot-0.9
|
(define-public rust-parking-lot-0.9
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-parking-lot-0.10)
|
||||||
(name "rust-parking-lot")
|
(name "rust-parking-lot")
|
||||||
(version "0.9.0")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
@ -9513,7 +9514,6 @@ synchronization primitives.")
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lk2vq3hp88ygpgsrypdr3ss71fidnqbykva0csgxhmn5scb2hpq"))))
|
"0lk2vq3hp88ygpgsrypdr3ss71fidnqbykva0csgxhmn5scb2hpq"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
@ -9523,13 +9523,7 @@ synchronization primitives.")
|
|||||||
(("rust-bincode" ,rust-bincode-1.1)
|
(("rust-bincode" ,rust-bincode-1.1)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-rand" ,rust-rand-0.4)
|
("rust-rand" ,rust-rand-0.4)
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.2))))
|
("rust-rustc-version" ,rust-rustc-version-0.2))))))
|
||||||
(home-page "https://github.com/Amanieu/parking_lot")
|
|
||||||
(synopsis "Compact standard synchronization primitives")
|
|
||||||
(description
|
|
||||||
"More compact and efficient implementations of the standard
|
|
||||||
synchronization primitives.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-parking-lot-0.8
|
(define-public rust-parking-lot-0.8
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user