mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add rust-rustc-hash-1.0.
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): New variable.
This commit is contained in:
parent
650c0b76d4
commit
cfd2a7059c
1 changed files with 14 additions and 0 deletions
|
@ -21803,6 +21803,20 @@ It is automatically published using the compiler repository at
|
||||||
"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
|
||||||
|
(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
|
(define-public rust-rustc-rayon-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-rustc-rayon")
|
(name "rust-rustc-rayon")
|
||||||
|
|
Loading…
Add table
Reference in a new issue