[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
443/472: gnu: Add rust-send-wrapper-0.6.
From: |
guix-commits |
Subject: |
443/472: gnu: Add rust-send-wrapper-0.6. |
Date: |
Tue, 18 Jul 2023 14:10:01 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 4e8a83a26cf2a13319410151902268c5f6e11780
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 21:07:22 2023 +0300
gnu: Add rust-send-wrapper-0.6.
* gnu/packages/crates-io.scm (rust-send-wrapper-0.6): New variable.
(rust-send-wrapper-0.5): Inherit from rust-send-wrapper-0.6.
---
gnu/packages/crates-io.scm | 38 ++++++++++++++++++++++++++++----------
1 file changed, 28 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 757d669816..91263648ea 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57571,19 +57571,23 @@ Semantic Versioning.")
(base32
"18vhypw6zgccnrlm5ps1pwa0khz7ry927iznpr88b87cagr1v2iq"))))))
-(define-public rust-send-wrapper-0.5
+(define-public rust-send-wrapper-0.6
(package
(name "rust-send-wrapper")
- (version "0.5.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "send_wrapper" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1mwbg1nv36d5kdjb0iwmprz24km0m8ck08dn59gdngqdc77hl34k"))))
+ (version "0.6.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "send-wrapper" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0wrxzsh9fzgkkkms621ydnz8mj30ilyq299a8cf65jn1y72hw2yd"))))
(build-system cargo-build-system)
- (arguments `(#:skip-build? #t))
+ (arguments
+ `(#:cargo-inputs (("rust-futures-core" ,rust-futures-core-0.3))
+ #:cargo-development-inputs
+ (("rust-futures-executor" ,rust-futures-executor-0.3)
+ ("rust-futures-util" ,rust-futures-util-0.3))))
(home-page "https://github.com/thk1/send_wrapper")
(synopsis "Wrapper moving around non-@code{Send} types between threads")
(description
@@ -57594,6 +57598,20 @@ also have to make sure that the wrapper is dropped
from within the original
thread. If any of these constraints is violated, a panic occurs.")
(license (list license:expat license:asl2.0))))
+(define-public rust-send-wrapper-0.5
+ (package
+ (inherit rust-send-wrapper-0.6)
+ (name "rust-send-wrapper")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "send_wrapper" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1mwbg1nv36d5kdjb0iwmprz24km0m8ck08dn59gdngqdc77hl34k"))))
+ (arguments `(#:skip-build? #t))))
+
(define-public rust-send-wrapper-0.4
(package
(inherit rust-send-wrapper-0.5)
- 216/472: gnu: Remove rust-rustc-ap-rustc-index-654., (continued)
- 216/472: gnu: Remove rust-rustc-ap-rustc-index-654., guix-commits, 2023/07/18
- 251/472: gnu: rust-chrono-tz-0.6: Update to 0.6.3., guix-commits, 2023/07/18
- 425/472: gnu: rust-doc-comment-0.3: Update to 0.3.3., guix-commits, 2023/07/18
- 421/472: gnu: Add rust-fat-macho-0.4., guix-commits, 2023/07/18
- 427/472: gnu: rust-futures-channel-0.3: Update to 0.3.28., guix-commits, 2023/07/18
- 414/472: gnu: Add rust-cargo-options-0.6., guix-commits, 2023/07/18
- 433/472: gnu: rust-futures-task-0.3: Update to 0.3.28., guix-commits, 2023/07/18
- 439/472: gnu: Add rust-pep508-rs-0.2., guix-commits, 2023/07/18
- 438/472: gnu: Add rust-pep440-rs-0.3., guix-commits, 2023/07/18
- 442/472: gnu: Add rust-regex-test-0.1., guix-commits, 2023/07/18
- 443/472: gnu: Add rust-send-wrapper-0.6.,
guix-commits <=
- 454/472: gnu: Add rust-pyo3-0.18., guix-commits, 2023/07/18
- 460/472: gnu: Add rust-pyo3-log-0.8., guix-commits, 2023/07/18
- 446/472: gnu: rust-tracing-attributes-0.1: Update to 0.1.26., guix-commits, 2023/07/18
- 465/472: gnu: rust-quoted-printable-0.4: Update to 0.4.8., guix-commits, 2023/07/18
- 472/472: gnu: python-setuptools-rust: Update to 1.6.0., guix-commits, 2023/07/18
- 469/472: gnu: Add rust-chumsky-0.9., guix-commits, 2023/07/18
- 197/472: gnu: Remove rust-libdeflate-sys-0.5., guix-commits, 2023/07/18
- 208/472: gnu: Remove rust-polars-arrow-0.16., guix-commits, 2023/07/18
- 272/472: gnu: Add rust-libsqlite3-sys-0.26., guix-commits, 2023/07/18
- 400/472: gnu: rust-serde-derive-1: Update to 1.0.171., guix-commits, 2023/07/18