gnu: rust-parking-lot-0.11: Update to 0.11.2.

* gnu/packages/crates-io.scm (rust-parking-lot-0.11): Update to 0.11.2.
This commit is contained in:
Ricardo Wurmus 2022-05-06 13:42:27 +02:00
parent d16298196c
commit f02f8db381
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -40481,14 +40481,14 @@ (define-public rust-parking-1
(define-public rust-parking-lot-0.11
(package
(name "rust-parking-lot")
(version "0.11.1")
(version "0.11.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "parking_lot" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1sqmgaia8zfd5fbnqw2w13ijh7crk3lf9vw4cb52vwlx0an48xvd"))))
(base32 "16gzf41bxmm10x82bla8d6wfppy9ym3fxsmdjyvn61m66s0bf5vx"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t