[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2. |
Date: |
Sun, 26 Apr 2020 18:45:27 +0200 |
* gnu/packages/crates-io.scm (rust-loom-0.2): New variable.
(rust-loom-0.1): Inherit from it.
---
gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb49780053..d71c399235 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10715,8 +10715,34 @@ by inspecting the system for user preference.")
(base32
"0nsn28syc49vvjhxcfc8261rd1frhjc0r4bn9v3mqvps3ra7f3w8"))))))
-(define-public rust-loom-0.1
+(define-public rust-loom-0.2
(package
+ (name "rust-loom")
+ (version "0.2.13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "loom" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0qwvwbpnxff5m6647v9rc9i6ak8ral4jy0br5xx1s9a5zcd3xddh"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-cfg-if" ,rust-cfg-if-0.1)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-generator" ,rust-generator-0.6)
+ ("rust-scoped-tls" ,rust-scoped-tls-0.1)
+ ("rust-serde" ,rust-serde-1.0)
+ ("rust-serde-test" ,rust-serde-test-1.0)
+ ("rust-serde-json" ,rust-serde-json-1.0))))
+ (home-page "https://github.com/tokio-rs/loom")
+ (synopsis "Model checker for concurrent code")
+ (description "Model checker for concurrent code.")
+ (license license:expat)))
+
+(define-public rust-loom-0.1
+ (package/inherit rust-loom-0.2
(name "rust-loom")
(version "0.1.1")
(source
@@ -10728,7 +10754,6 @@ by inspecting the system for user preference.")
(sha256
(base32
"1jmp5mffwwyqgp914cwz92ij2s6vk1hsnkvgndvzw74xrcfraibj"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1)
@@ -10737,11 +10762,7 @@ by inspecting the system for user preference.")
("rust-scoped-tls" ,rust-scoped-tls-0.1)
("rust-serde" ,rust-serde-1.0)
("rust-serde-derive" ,rust-serde-derive-1.0)
- ("rust-serde-json" ,rust-serde-json-1.0))))
- (home-page "https://github.com/tokio-rs/loom")
- (synopsis "Model checker for concurrent code")
- (description "Model checker for concurrent code.")
- (license license:expat)))
+ ("rust-serde-json" ,rust-serde-json-1.0))))))
(define-public rust-lscolors-0.6
(package
--
2.21.3
- [bug#40874] [PATCH 38/94] gnu: Add rust-hex-0.2., (continued)
- [bug#40874] [PATCH 38/94] gnu: Add rust-hex-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 37/94] gnu: Add rust-h2-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 35/94] gnu: Add rust-futures-timer-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 39/94] gnu: Add rust-http-0.2., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 40/94] gnu: Add rust-http-body-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 41/94] gnu: Add rust-http-body-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 42/94] gnu: Add rust-hyper-0.12., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 44/94] gnu: Add rust-lalrpop-util-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 43/94] gnu: Add rust-hyper-tls-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 46/94] gnu: Add rust-libc-print-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 48/94] gnu: Add rust-loom-0.2.,
Hartmut Goebel <=
- [bug#40874] [PATCH 51/94] gnu: Add rust-mach-o-sys-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 49/94] gnu: Add rust-loom-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 45/94] gnu: Add rust-lalrpop-0.17., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 47/94] gnu: Add rust-libsqlite3-sys-0.15., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 50/94] gnu: Add rust-lru-cache-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 52/94] gnu: Add rust-memsec-0.5., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 54/94] gnu: Add rust-pin-project-lite-0.1., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 57/94] gnu: Add rust-pretty-env-logger-0.3., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 59/94] gnu: Add rust-rayon-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 58/94] gnu: Add rust-pulldown-cmark-0.0.8., Hartmut Goebel, 2020/04/26