[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
266/472: gnu: Add rust-hashbrown-0.13.
From: |
guix-commits |
Subject: |
266/472: gnu: Add rust-hashbrown-0.13. |
Date: |
Tue, 18 Jul 2023 14:09:06 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a37cdbaedb3a719446d56f919033ebcd8333290a
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 7ba478b2e1..ebb8fe23ff 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
- 441/472: gnu: rust-regex-1: Update to 1.9.1., (continued)
- 441/472: gnu: rust-regex-1: Update to 1.9.1., guix-commits, 2023/07/18
- 464/472: gnu: Add rust-mailparse-0.14., guix-commits, 2023/07/18
- 452/472: gnu: Add rust-pyo3-macros-backend-0.18., guix-commits, 2023/07/18
- 451/472: gnu: Add rust-pyo3-build-config-0.19., guix-commits, 2023/07/18
- 463/472: gnu: rust-data-encoding-2: Update to 2.4.0., guix-commits, 2023/07/18
- 470/472: gnu: Add rust-ariadne-0.1., guix-commits, 2023/07/18
- 471/472: gnu: Add rust-lddtree-0.3., guix-commits, 2023/07/18
- 468/472: gnu: Add rust-python-pkginfo-0.5., guix-commits, 2023/07/18
- 245/472: gnu: Add rust-anstyle-query-1., guix-commits, 2023/07/18
- 256/472: gnu: Add rust-clap-lex-0.5., guix-commits, 2023/07/18
- 266/472: gnu: Add rust-hashbrown-0.13.,
guix-commits <=
- 260/472: gnu: Add rust-dirs-sys-0.4., guix-commits, 2023/07/18
- 300/472: gnu: rust-tera-1: Update to 1.18.1., guix-commits, 2023/07/18
- 295/472: gnu: rust-snapbox-0.4: Update to 0.4.11., guix-commits, 2023/07/18
- 299/472: gnu: Add rust-subplot-build-0.7., guix-commits, 2023/07/18
- 305/472: gnu: Add rust-xml5ever-0.17., guix-commits, 2023/07/18
- 320/472: gnu: Add rust-win-crypto-ng-0.5., guix-commits, 2023/07/18
- 327/472: gnu: Add rust-supports-color-2., guix-commits, 2023/07/18
- 334/472: gnu: Add rust-pikchr-0.1., guix-commits, 2023/07/18
- 358/472: gnu: Add rust-clap-builder-4., guix-commits, 2023/07/18
- 361/472: gnu: Add rust-blowfish-0.9., guix-commits, 2023/07/18