gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
547551b336
commit
381ea2b443
1 changed files with 2 additions and 2 deletions
|
@ -16463,7 +16463,7 @@ deserialization, and interpreter in Rust.")
|
||||||
(define-public rust-parking-lot-0.10
|
(define-public rust-parking-lot-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-parking-lot")
|
(name "rust-parking-lot")
|
||||||
(version "0.10.0")
|
(version "0.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -16472,7 +16472,7 @@ deserialization, and interpreter in Rust.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z0wgf2sd1266y768kxxs3313zjfzj9r3k7j4arfaz0bmd4qrscj"))))
|
"0pjhcbyk6n0g6jsr6s9nf4x8wribm1b2yf8fgc8drbqa77mh99yk"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue