mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: rust-rustc-hash-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-rustc-hash-1): Drop minor version from name. (rust-hashbrown-0.9): (rust-hashbrown-0.8): Apply renaming.
This commit is contained in:
parent
e34dea7bbe
commit
27a1409d46
1 changed files with 3 additions and 3 deletions
|
@ -15124,7 +15124,7 @@ (define-public rust-hashbrown-0.9
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-rand" ,rust-rand-0.7)
|
("rust-rand" ,rust-rand-0.7)
|
||||||
("rust-rayon" ,rust-rayon-1)
|
("rust-rayon" ,rust-rayon-1)
|
||||||
("rust-rustc-hash" ,rust-rustc-hash-1.0)
|
("rust-rustc-hash" ,rust-rustc-hash-1)
|
||||||
("rust-serde-test" ,rust-serde-test-1))))
|
("rust-serde-test" ,rust-serde-test-1))))
|
||||||
(home-page "https://github.com/rust-lang/hashbrown")
|
(home-page "https://github.com/rust-lang/hashbrown")
|
||||||
(synopsis "Rust port of Google's SwissTable hash map")
|
(synopsis "Rust port of Google's SwissTable hash map")
|
||||||
|
@ -15158,7 +15158,7 @@ (define-public rust-hashbrown-0.8
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-rand" ,rust-rand-0.7)
|
("rust-rand" ,rust-rand-0.7)
|
||||||
("rust-rayon" ,rust-rayon-1)
|
("rust-rayon" ,rust-rayon-1)
|
||||||
("rust-rustc-hash" ,rust-rustc-hash-1.0)
|
("rust-rustc-hash" ,rust-rustc-hash-1)
|
||||||
("rust-serde-test" ,rust-serde-test-1))))))
|
("rust-serde-test" ,rust-serde-test-1))))))
|
||||||
|
|
||||||
(define-public rust-hashbrown-0.5
|
(define-public rust-hashbrown-0.5
|
||||||
|
@ -29855,7 +29855,7 @@ (define-public rust-rustc-hash-1
|
||||||
"This package provides a speedy, non-cryptographic hash used in rustc.")
|
"This package provides a speedy, non-cryptographic hash used in rustc.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-rustc-hash-1.0
|
(define-public rust-rustc-hash-1
|
||||||
(package
|
(package
|
||||||
(inherit rust-rustc-hash-1)
|
(inherit rust-rustc-hash-1)
|
||||||
(name "rust-rustc-hash")
|
(name "rust-rustc-hash")
|
||||||
|
|
Loading…
Reference in a new issue