gnu: rust-rustc-hash-1.0: Update to 1.0.1.

* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): Update to 1.0.1.
[arguments]: Add rust-byteorder-1.3 to cargo-inputs.
This commit is contained in:
Efraim Flashner 2020-01-14 21:08:44 +02:00
parent 74146f9c72
commit a23dbdab6d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8316,7 +8316,7 @@ (define-public rust-rustc-demangle-0.1
(define-public rust-rustc-hash-1.0
(package
(name "rust-rustc-hash")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
@ -8324,9 +8324,12 @@ (define-public rust-rustc-hash-1.0
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"114bf72466bl63i5hh8fgqfnhihs0w1m9c9jz505095agfixnvg0"))))
"1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3))))
(home-page "https://github.com/rust-lang/rustc-hash")
(synopsis "Speedy, non-cryptographic hash used in rustc")
(description