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:
Nicolas Goaziou 2021-02-05 23:19:43 +01:00
parent e34dea7bbe
commit 27a1409d46
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15124,7 +15124,7 @@ (define-public rust-hashbrown-0.9
("rust-lazy-static" ,rust-lazy-static-1)
("rust-rand" ,rust-rand-0.7)
("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))))
(home-page "https://github.com/rust-lang/hashbrown")
(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-rand" ,rust-rand-0.7)
("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))))))
(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.")
(license (list license:asl2.0 license:expat))))
(define-public rust-rustc-hash-1.0
(define-public rust-rustc-hash-1
(package
(inherit rust-rustc-hash-1)
(name "rust-rustc-hash")