[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
266/379: gnu: Add rust-hashbrown-0.13.
From: |
guix-commits |
Subject: |
266/379: gnu: Add rust-hashbrown-0.13. |
Date: |
Thu, 29 Jun 2023 12:34:47 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit ea23d57e59afe9071c46817e3e9b33f766b5f023
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 16:56:15 2023 +0300
gnu: Add rust-hashbrown-0.13.
* gnu/packages/crates-io.scm (rust-hashbrown-0.13): New variable.
(rust-hashbrown-0.12): Inherit from rust-hashbrown-0.13.
---
gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 36 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d751a91aec..504b2afbb9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27239,8 +27239,43 @@ already-hashed or hash-like data.")
@code{#[derive(Hash32)]}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-hashbrown-0.13
+ (package
+ (name "rust-hashbrown")
+ (version "0.13.2")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "hashbrown" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "03ji3n19j4b6mf2wlla81vsixcmlivglp6hgk79d1pcxfcrw38s3"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-ahash" ,rust-ahash-0.8)
+ ("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))
+ #:cargo-development-inputs
+ (("rust-doc-comment" ,rust-doc-comment-0.3)
+ ("rust-fnv" ,rust-fnv-1)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-rayon" ,rust-rayon-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:expat license:asl2.0))))
+
(define-public rust-hashbrown-0.12
(package
+ (inherit rust-hashbrown-0.13)
(name "rust-hashbrown")
(version "0.12.3")
(source (origin
@@ -27257,7 +27292,6 @@ already-hashed or hash-like data.")
'(substitute* "Cargo.toml"
(("\\[package\\]" m)
(string-append "cargo-features = [\"edition2021\"]\n"
m))))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-ahash" ,rust-ahash-0.7)
@@ -27273,12 +27307,7 @@ already-hashed or hash-like data.")
("rust-lazy-static" ,rust-lazy-static-1)
("rust-rand" ,rust-rand-0.8)
("rust-rayon" ,rust-rayon-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:expat license:asl2.0))))
+ ("rust-serde-test" ,rust-serde-test-1))))))
(define-public rust-hashbrown-0.11
(package
- 224/379: gnu: Remove rust-take-0.1., (continued)
- 224/379: gnu: Remove rust-take-0.1., guix-commits, 2023/06/29
- 243/379: gnu: Add rust-botan-sys-0.10., guix-commits, 2023/06/29
- 245/379: gnu: Add rust-anstyle-query-1., guix-commits, 2023/06/29
- 246/379: gnu: Add rust-anstyle-parse-0.2., guix-commits, 2023/06/29
- 249/379: gnu: Add rust-capnp-futures-0.14., guix-commits, 2023/06/29
- 254/379: gnu: rust-clap-derive-4: Update to 4.3.0., guix-commits, 2023/06/29
- 253/379: gnu: rust-cipher-0.4: Update to 0.4.4., guix-commits, 2023/06/29
- 255/379: gnu: rust-clap-4: Update to 4.3.0., guix-commits, 2023/06/29
- 263/379: gnu: rust-fs-extra-1: Update to 1.3.0., guix-commits, 2023/06/29
- 265/379: gnu: Add rust-git-testament-derive-0.1., guix-commits, 2023/06/29
- 266/379: gnu: Add rust-hashbrown-0.13.,
guix-commits <=
- 274/379: gnu: Add rust-markup5ever-rcdom-0.2., guix-commits, 2023/06/29
- 276/379: gnu: Add rust-num-bigint-dig-0.8., guix-commits, 2023/06/29
- 289/379: gnu: Add rust-rusqlite-0.29., guix-commits, 2023/06/29
- 292/379: gnu: rust-sha-1-0.10: Update to 0.10.5., guix-commits, 2023/06/29
- 294/379: gnu: rust-snapbox-macros-0.3: Update to 0.3.4., guix-commits, 2023/06/29
- 295/379: gnu: rust-snapbox-0.4: Update to 0.4.11., guix-commits, 2023/06/29
- 308/379: gnu: Add rust-sequoia-policy-config-0.6., guix-commits, 2023/06/29
- 317/379: gnu: sequoia: Update to 1.16.0., guix-commits, 2023/06/29
- 313/379: gnu: Remove libsequoia., guix-commits, 2023/06/29
- 321/379: gnu: Add rust-unsafe-libyaml-0.2., guix-commits, 2023/06/29