me
/
guix
Archived
1
0
Fork 0

gnu: Remove spurious rust-rustc-hash-1 package.

* gnu/packages/crates-io.scm (rust-rustc-hash-1): Remove package.
master
Nicolas Goaziou 2021-02-05 23:42:59 +01:00
parent f337c38302
commit 8f1a5c2bbb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 0 additions and 14 deletions

View File

@ -29855,20 +29855,6 @@ It is automatically published using the compiler repository at
"This package provides a speedy, non-cryptographic hash used in rustc.")
(license (list license:asl2.0 license:expat))))
(define-public rust-rustc-hash-1
(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")