me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 6 additions and 3 deletions

View File

@ -8316,7 +8316,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
(define-public rust-rustc-hash-1.0 (define-public rust-rustc-hash-1.0
(package (package
(name "rust-rustc-hash") (name "rust-rustc-hash")
(version "1.0.0") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8324,9 +8324,12 @@ uses finite automata and guarantees linear time matching on all inputs.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"114bf72466bl63i5hh8fgqfnhihs0w1m9c9jz505095agfixnvg0")))) "1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))
(build-system cargo-build-system) (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") (home-page "https://github.com/rust-lang/rustc-hash")
(synopsis "Speedy, non-cryptographic hash used in rustc") (synopsis "Speedy, non-cryptographic hash used in rustc")
(description (description