[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/54: gnu: Add rust-thread-local-1.0.
From: |
guix-commits |
Subject: |
41/54: gnu: Add rust-thread-local-1.0. |
Date: |
Tue, 21 Jan 2020 09:35:31 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit d9b2c855bfaeacbe02321b92705653a2b613551d
Author: John Soo <address@hidden>
AuthorDate: Thu Jan 16 19:59:26 2020 -0800
gnu: Add rust-thread-local-1.0.
* gnu/packages/crates-io.scm (rust-thread-local-1.0): New variable.
(rust-thread-local-0.3): Inherit from rust-thread-local-1.0.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7bbaf60..e001c8b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11413,10 +11413,10 @@ different for every thread.")
(license (list license:asl2.0
license:expat))))
-(define-public rust-thread-local-0.3
+(define-public rust-thread-local-1.0
(package
(name "rust-thread-local")
- (version "0.3.6")
+ (version "1.0.1")
(source
(origin
(method url-fetch)
@@ -11424,7 +11424,7 @@ different for every thread.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))
+ "054vlrr1vsdy1h4b7n99mr24pnj8928ig9qwzg36wnkld4dns36l"))))
(build-system cargo-build-system)
(home-page "https://github.com/Amanieu/thread_local-rs")
(synopsis "Per-object thread-local storage")
@@ -11433,6 +11433,20 @@ different for every thread.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-thread-local-0.3
+ (package
+ (inherit rust-thread-local-1.0)
+ (name "rust-thread-local")
+ (version "0.3.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "thread_local" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "06rzik99p8c5js8238yhc8rk6np543ylb1dy9nrw5v80j0r3xdf6"))))))
+
(define-public rust-threadpool-1.7
(package
(name "rust-threadpool")
- 37/54: gnu: rust-pest-meta-2.1: Update to 2.1.2., (continued)
- 37/54: gnu: rust-pest-meta-2.1: Update to 2.1.2., guix-commits, 2020/01/21
- 42/54: gnu: rust-thread-local-0.3: Don't hide package., guix-commits, 2020/01/21
- 46/54: gnu: Add rust-rust-argon2-0.5., guix-commits, 2020/01/21
- 38/54: gnu: rust-pest-generator-2.1: Update to 2.1.1., guix-commits, 2020/01/21
- 25/54: gnu: Add rust-env-logger-0.4., guix-commits, 2020/01/21
- 53/54: gnu: rust-libssh2-sys-0.2: Update to 0.2.14., guix-commits, 2020/01/21
- 52/54: gnu: rust-openssl-sys-0.9: Don't hide package., guix-commits, 2020/01/21
- 54/54: gnu: librsvg-next-source: Replace and update some dependencies., guix-commits, 2020/01/21
- 40/54: gnu: Add rust-arrayref-0.3., guix-commits, 2020/01/21
- 44/54: gnu: Add rust-arrayvec-0.5., guix-commits, 2020/01/21
- 41/54: gnu: Add rust-thread-local-1.0.,
guix-commits <=
- 48/54: gnu: rust-failure-derive-0.1: Fix inputs., guix-commits, 2020/01/21
- 45/54: gnu: Add rust-blake2b-simd-0.5., guix-commits, 2020/01/21
- 47/54: gnu: Add tokei., guix-commits, 2020/01/21
- 50/54: gnu: rust-libgit2-sys-0.10: Don't hide package., guix-commits, 2020/01/21
- 51/54: gnu: rust-libssh2-sys-0.2: Don't hide package., guix-commits, 2020/01/21