me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 2 additions and 2 deletions

View File

@ -40481,14 +40481,14 @@ unparking.")
(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