me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-parking-lot-core-0.4.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2019-12-20 08:36:33 -08:00 committed by Efraim Flashner
parent 30a0767b36
commit ade2e5e722
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -6457,6 +6457,21 @@ synchronization primitives.")
(base32
"1317j5a1yd03baza2kqqrxb4kr1vxa7rckw4frksl2vrncfcp26b"))))))
(define-public rust-parking-lot-core-0.4
(package
(inherit rust-parking-lot-core-0.6)
(name "rust-parking-lot-core")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "parking_lot_core" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1jcq8aq4wv9y5fip7jg12jdwjd5g5r3x857xdma8vcin769cgj4l"))))))
(define-public rust-parity-wasm-0.40
(package
(name "rust-parity-wasm")