[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-c
From: |
Hartmut Goebel |
Subject: |
[bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13. |
Date: |
Wed, 16 Dec 2020 21:36:19 +0100 |
* gnu/packages/crates-io.scm (rust-capnp-futures-0.10): Update to 0.13.2 and
rename to (rust-capnp-futures-0.13). [arguments] Add skip-build.
{cargo-inputs}: Update rust-capnp to rust-capnp-0.13.
---
gnu/packages/crates-io.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ff7e0151ff..dd35976a71 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3408,24 +3408,25 @@ directories and @code{CACHEDIR.TAG} files.")
encoding.")
(license license:expat)))
-(define-public rust-capnp-futures-0.10
+(define-public rust-capnp-futures-0.13
(package
(name "rust-capnp-futures")
- (version "0.10.1")
+ (version "0.13.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "capnp-futures" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0qdiqkp9mh4acpa0dqhpzv2gwf949rj3m85mgwl1rih6gvgbh1zs"))))
+ (base32 "18q93ncbfcnjq7zhvy9idnifypmi2qcp775q7454y3r4lvvdcyyw"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-capnp" ,rust-capnp-0.10)
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-capnp" ,rust-capnp-0.13)
("rust-futures" ,rust-futures-0.1))
#:cargo-development-inputs
- (("rust-capnp" ,rust-capnp-0.10)
+ (("rust-capnp" ,rust-capnp-0.13)
("rust-quickcheck" ,rust-quickcheck-0.2))))
(home-page "https://github.com/capnproto/capnproto-rust")
(synopsis "Async serialization for Cap'n Proto messages")
--
2.21.3
- [bug#45276] [PATCH 03/26] gnu: Add rust-ctr-0.6., (continued)
- [bug#45276] [PATCH 03/26] gnu: Add rust-ctr-0.6., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 02/26] gnu: Add rust-cmac-0.5., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 04/26] gnu: Add rust-dbl-0.3., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 05/26] gnu: Add rust-eax-0.3., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 06/26] gnu: Add rust-sha1collisiondetection-0.2., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 07/26] gnu: Add rust-crypto-mac-0.10., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 09/26] gnu: Add rust-pin-project-1, rust-pin-project-internal-1., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 10/26] gnu: Replace rust-capnp-0.10 by rust-capnp-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 08/26] gnu: Add rust-pin-utils-0.1., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 13/26] gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13.,
Hartmut Goebel <=
- [bug#45276] [PATCH 14/26] gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 12/26] gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 15/26] gnu: rust-proc-macro-hack-0.5: Update to 0.5.19., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 16/26] gnu: rust-socket2: Update to 0.3.18., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 17/26] gnu: rust-futures-util-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 18/26] gnu: rust-futures-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 19/26] gnu: rust-futures-channel-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 20/26] gnu: rust-futures-core-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 23/26] gnu: rust-futures-macro-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 24/26] gnu: rust-futures-sink-0.3: Update to 0.3.8., Hartmut Goebel, 2020/12/16