mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
74146f9c72
commit
a23dbdab6d
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue