[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/54: gnu: Add rust-hashbrown-0.11.
From: |
guix-commits |
Subject: |
31/54: gnu: Add rust-hashbrown-0.11. |
Date: |
Wed, 16 Jun 2021 06:55:12 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 608e342d1f7e4f383a482fa41329080a530003ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 15 13:25:11 2021 +0200
gnu: Add rust-hashbrown-0.11.
* gnu/packages/crates-io.scm (rust-hashbrown-0.11): New variable.
(rust-hashbrown-0.9): Inherit from above.
---
gnu/packages/crates-io.scm | 37 ++++++++++++++++++++++++++++++-------
1 file changed, 30 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3562112..9382f7c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19179,8 +19179,37 @@ the template engine that renders the official Rust
website")
@code{#[derive(Hash32)]}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-hashbrown-0.11
+ (package
+ (name "rust-hashbrown")
+ (version "0.11.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hashbrown" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0vkjsf5nzs7qcia5ya79j9sq2p1caz4crrncr1675wwyj3ag0pmb"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-ahash" ,rust-ahash-0.7)
+ ("rust-bumpalo" ,rust-bumpalo-3)
+ ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
+ ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/rust-lang/hashbrown")
+ (synopsis "Rust port of Google's SwissTable hash map")
+ (description "This package provides a Rust port of Google's SwissTable
+hash map.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-hashbrown-0.9
(package
+ (inherit rust-hashbrown-0.11)
(name "rust-hashbrown")
(version "0.9.1")
(source
@@ -19191,7 +19220,6 @@ the template engine that renders the official Rust
website")
(sha256
(base32
"016dsm9s4xmxlkw2jfikm54qlz6vyk0qr280gab7kzp342jf9byp"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
@@ -19207,12 +19235,7 @@ the template engine that renders the official Rust
website")
("rust-rand" ,rust-rand-0.7)
("rust-rayon" ,rust-rayon-1)
("rust-rustc-hash" ,rust-rustc-hash-1)
- ("rust-serde-test" ,rust-serde-test-1))))
- (home-page "https://github.com/rust-lang/hashbrown")
- (synopsis "Rust port of Google's SwissTable hash map")
- (description "This package provides a Rust port of Google's SwissTable
-hash map.")
- (license (list license:asl2.0 license:expat))))
+ ("rust-serde-test" ,rust-serde-test-1))))))
(define-public rust-hashbrown-0.8
(package
- 40/54: gnu: Add rust-cfg-aliases-0.1., (continued)
- 40/54: gnu: Add rust-cfg-aliases-0.1., guix-commits, 2021/06/16
- 34/54: gnu: Add rust-num-bigint-0.4., guix-commits, 2021/06/16
- 43/54: gnu: Add rust-arrow-4., guix-commits, 2021/06/16
- 46/54: gnu: Add rust-strum-0.20., guix-commits, 2021/06/16
- 47/54: gnu: Add rust-comfy-table-1., guix-commits, 2021/06/16
- 12/54: gnu: Add rust-fast-float-0.2., guix-commits, 2021/06/16
- 10/54: gnu: rust-lexical-core-0.7: Update to 0.7.6., guix-commits, 2021/06/16
- 37/54: gnu: rust-num-iter-0.1: Update to 0.1.42., guix-commits, 2021/06/16
- 44/54: gnu: Add rust-parquet-4., guix-commits, 2021/06/16
- 48/54: gnu: Add rust-ndarray-0.13., guix-commits, 2021/06/16
- 31/54: gnu: Add rust-hashbrown-0.11.,
guix-commits <=
- 53/54: gnu: Add rust-polars-0.13., guix-commits, 2021/06/16
- 16/54: gnu: Add rust-bindgen-0.58., guix-commits, 2021/06/16
- 29/54: gnu: Add rust-ahash-0.7., guix-commits, 2021/06/16
- 45/54: gnu: Add rust-strum-macros-0.20., guix-commits, 2021/06/16
- 54/54: gnu: nushell: Update to 0.32.0., guix-commits, 2021/06/16
- 21/54: gnu: Add rust-thrift-0.13., guix-commits, 2021/06/16
- 36/54: gnu: Add rust-num-rational-0.4., guix-commits, 2021/06/16
- 38/54: gnu: Add rust-num-0.4., guix-commits, 2021/06/16
- 41/54: gnu: Add rust-multiversion-macros-0.6., guix-commits, 2021/06/16
- 49/54: gnu: Add rust-polars-arrow-0.13., guix-commits, 2021/06/16