gnu: Add rust-rustc-hash-1.0.

* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): New variable.
This commit is contained in:
Arun Isaac 2020-09-20 13:09:41 +05:30
parent 650c0b76d4
commit cfd2a7059c
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -21803,6 +21803,20 @@ (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
(package
(inherit rust-rustc-hash-1)
(name "rust-rustc-hash")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustc-hash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))))
(define-public rust-rustc-rayon-0.3
(package
(name "rust-rustc-rayon")