[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49451] [PATCH 06/20] gnu: rust-fragile: Update to 1.0
From: |
southerntofu |
Subject: |
[bug#49451] [PATCH 06/20] gnu: rust-fragile: Update to 1.0 |
Date: |
Sun, 11 Jul 2021 17:29:14 -0400 |
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e322661709..258649f6a0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16452,6 +16452,29 @@ implementation that is more efficient for smaller hash
keys.")
syntax, as used by HTML forms.")
(license (list license:expat license:asl2.0))))
+(define-public rust-fragile-1
+ (package
+ (name "rust-fragile")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "fragile" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1wlihmkjyhvl5rckal32p010piy1l15s6l81h7z31jcd971kk839"))))
+ (build-system cargo-build-system)
+ (arguments `(#:skip-build? #t))
+ (home-page
+ "https://github.com/mitsuhiko/rust-fragile")
+ (synopsis
+ "Provides wrapper types for sending non-send values to other threads")
+ (description
+ "Provides wrapper types for sending non-send values to other threads")
+ (license license:asl2.0)))
+
(define-public rust-fragile-0.3
(package
(name "rust-fragile")
--
2.30.2
- [bug#49451] Adding package aparte (rust XMPP TUI client), southerntofu, 2021/07/07
- [bug#49451] [PATCH 03/20] gnu: Add rust-derive-error, southerntofu, 2021/07/12
- [bug#49451] [PATCH 05/20] gnu: Add rust-flexi-logger, southerntofu, 2021/07/12
- [bug#49451] [PATCH 01/20] gnu: rust-blake2: Update to 0.9, southerntofu, 2021/07/12
- [bug#49451] [PATCH 06/20] gnu: rust-fragile: Update to 1.0,
southerntofu <=
- [bug#49451] [PATCH 07/20] gnu: rust-hmac: Update to 0.10, southerntofu, 2021/07/12
- [bug#49451] [PATCH 08/20] gnu: Add rust-hsluv, southerntofu, 2021/07/12
- [bug#49451] [PATCH 12/20] gnu: Add rust-sha3, southerntofu, 2021/07/12
- [bug#49451] [PATCH 16/20] gnu: Add rust-jid, southerntofu, 2021/07/12
- [bug#49451] [PATCH 02/20] gnu: Add rust-case, southerntofu, 2021/07/12
- [bug#49451] [PATCH 04/20] gnu: Add rust-downcast, southerntofu, 2021/07/12
- [bug#49451] [PATCH 10/20] gnu: Add rust-linked-hash-set, southerntofu, 2021/07/12
- [bug#49451] [PATCH 09/20] gnu: Add rust-minidom, southerntofu, 2021/07/12
- [bug#49451] [PATCH 11/20] gnu: rust-pbkdf2: Update to 0.6, southerntofu, 2021/07/12
- [bug#49451] [PATCH 13/20] gnu: Add rust-mockall-derive, southerntofu, 2021/07/12