[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40874] [PATCH 49/94] gnu: Add rust-loom-0.3.
From: |
Hartmut Goebel |
Subject: |
[bug#40874] [PATCH 49/94] gnu: Add rust-loom-0.3. |
Date: |
Sun, 26 Apr 2020 18:45:28 +0200 |
* gnu/packages/crates-io.scm (rust-loom-0.2): New variable.
(rust-loom-0.1): inherit from it.
---
gnu/packages/crates-io.scm | 36 +++++++++++++++++++++++++++++-------
1 file changed, 29 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d71c399235..a632fc31b3 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.2
+(define-public rust-loom-0.3
(package
+ (name "rust-loom")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "loom" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "10z738ig6vgvwc2kxjhjdr5b29p3ribk5f6gg6ak0xjxhjb4cnkc"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t ;; TODO fails due to unresolved import
+ #: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-json" ,rust-serde-json-1.0))))
+ (home-page "https://github.com/tokio-rs/loom")
+ (synopsis "Permutation testing for concurrent code")
+ (description "Permutation testing for concurrent code")
+ (license license:expat)))
+
+(define-public rust-loom-0.2
+ (package/inherit rust-loom-0.3
(name "rust-loom")
(version "0.2.13")
(source
@@ -10735,14 +10761,10 @@ by inspecting the system for user preference.")
("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)))
+ ("rust-serde-json" ,rust-serde-json-1.0))))))
(define-public rust-loom-0.1
- (package/inherit rust-loom-0.2
+ (package/inherit rust-loom-0.3
(name "rust-loom")
(version "0.1.1")
(source
--
2.21.3
- [bug#40874] [PATCH 35/94] gnu: Add rust-futures-timer-0.1., (continued)
- [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, 2020/04/26
- [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 <=
- [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
- [bug#40874] [PATCH 55/94] gnu: Add rust-prettytable-rs-0.8., Hartmut Goebel, 2020/04/26
- [bug#40874] [PATCH 56/94] gnu: Add rust-pretty-assertions-0.2., Hartmut Goebel, 2020/04/26