[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51730] [PATCH 18/21] gnu: Add rust-thread-local-0.3.4.
From: |
phodina |
Subject: |
[bug#51730] [PATCH 18/21] gnu: Add rust-thread-local-0.3.4. |
Date: |
Tue, 09 Nov 2021 21:21:34 +0000 |
* gnu/packages/crates-io.scm (rust-thread-local-0.3.4): New variable.
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 473c74d920..c6681eb46a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52643,6 +52643,25 @@ (define-public rust-thread-local-0.3
`(#:skip-build? #t
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1))))))
+(define-public rust-thread-local-0.3.4
+ (package
+ (inherit rust-thread-local-0.3)
+ (name "rust-thread-local")
+ (version "0.3.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "thread_local" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "055vj0ddb6vh0zaqdlxssfqzzpgs4ll5l5j7nqvabdzfgasw95qn"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-lazy-static" ,rust-lazy-static-0.2)
+ ("rust-unreachable" ,rust-unreachable-1))))))
+
(define-public rust-thread-local-0.2
(package
(inherit rust-thread-local-0.3)
--
2.33.1
- [bug#51730] [PATCH 08/21] gnu: Add rust-derive-builder-0.7., (continued)
- [bug#51730] [PATCH 08/21] gnu: Add rust-derive-builder-0.7., phodina, 2021/11/09
- [bug#51730] [PATCH 09/21] gnu: Add rust-rspotify-0.10., phodina, 2021/11/09
- [bug#51730] [PATCH 10/21] gnu: Add rust-winapi-wsapoll-0.1., phodina, 2021/11/09
- [bug#51730] [PATCH 11/21] gnu: Add rust-x11rb-0.8., phodina, 2021/11/09
- [bug#51730] [PATCH 13/21] gnu: rust-anyhow-1: Update to 1.0.46., phodina, 2021/11/09
- [bug#51730] [PATCH 14/21] gnu: Add rust-atty-0.2.11., phodina, 2021/11/09
- [bug#51730] [PATCH 12/21] gnu: Add rust-tree-magic-0.2., phodina, 2021/11/09
- [bug#51730] [PATCH 15/21] gnu: rust-os-pipe-0.9: Update to 0.9.2., phodina, 2021/11/09
- [bug#51730] [PATCH 16/21] gnu: Add rust-simple-logger-1., phodina, 2021/11/09
- [bug#51730] [PATCH 17/21] gnu: Add rust-stderrlog-0.4., phodina, 2021/11/09
- [bug#51730] [PATCH 18/21] gnu: Add rust-thread-local-0.3.4.,
phodina <=
- [bug#51730] [PATCH 19/21] gnu: Add rust-wl-clipboard-rs-0.4., phodina, 2021/11/09
- [bug#51730] [PATCH 20/21] gnu: rust-arboard-1: Update to 1.2.1., phodina, 2021/11/09
- [bug#51730] [PATCH 21/21] gnu: Add rust-spotify-tui-0.25., phodina, 2021/11/09