[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4.
From: |
Steve George |
Subject: |
[bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4. |
Date: |
Sun, 26 Feb 2023 17:09:22 +0000 |
* gnu/packages/crates-io.scm (rust-parking-lot-0.4): New variable.
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 53eaa14a7f..e4aed24782 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39176,6 +39176,27 @@ (define-public rust-parking-lot-0.7
("rust-rand" ,rust-rand-0.4)
("rust-rustc-version" ,rust-rustc-version-0.2))))))
+(define-public rust-parking-lot-0.4
+ (package
+ (inherit rust-parking-lot-0.9)
+ (name "rust-parking-lot")
+ (version "0.4.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "parking-lot" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0ph0kv3dfcxpjbi83wkzammqb7lm95j8in7w7hz17hgkjxdqz78l"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #f
+ #:cargo-inputs
+ (("rust-parking-lot-core" ,rust-parking-lot-core-0.2)
+ ("rust-owning-ref" ,rust-owning-ref-0.3))
+ #:cargo-development-inputs
+ (("rust-rand" ,rust-rand-0.3))))))
+
(define-public rust-parking-lot-core-0.9
(package
(name "rust-parking-lot-core")
--
2.39.1
- [bug#61818] Various Ogg Vorbis crates, Steve George, 2023/02/26
- [bug#61818] [PATCH 01/14] gnu: Add rust-ogg-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 02/14] gnu: Add rust-vorbis-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 03/14] gnu: Add rust-vorbisfile-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 10/14] gnu: Add rust-rental., Steve George, 2023/02/26
- [bug#61818] [PATCH 07/14] gnu: Add rust-parking-lot-core-0.2., Steve George, 2023/02/26
- [bug#61818] [PATCH 08/14] gnu: Add rust-parking-lot-0.4.,
Steve George <=
- [bug#61818] [PATCH 13/14] gnu: Add rust-ogg., Steve George, 2023/02/26
- [bug#61818] [PATCH 12/14] gnu: Add rust-alto., Steve George, 2023/02/26
- [bug#61818] [PATCH 06/14] gnu: Add rust-owning-ref-0.3., Steve George, 2023/02/26
- [bug#61818] [PATCH 09/14] gnu: Add rust-rental-impl., Steve George, 2023/02/26
- [bug#61818] [PATCH 05/14] gnu: Add rust-librespot-tremor., Steve George, 2023/02/26
- [bug#61818] [PATCH 14/14] gnu: Add rust-lewton., Steve George, 2023/02/26
- [bug#61818] [PATCH 11/14] gnu: Add rust-al-sys., Steve George, 2023/02/26
- [bug#61818] [PATCH 04/14] gnu: Add rust-vorbis., Steve George, 2023/02/26