gnu: rust-byteorder-1.3: Upgrade to 1.3.4.

* gnu/packages/crates-io.scm (rust-byteorder-1.3): Upgrade to 1.3.4.
[arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6 in
cargo-development-inputs.
This commit is contained in:
Efraim Flashner 2020-02-22 22:56:39 +02:00
parent 16e151a69a
commit f13ddb46b5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1317,7 +1317,7 @@ (define-public rust-bytecount-0.5
(define-public rust-byteorder-1.3
(package
(name "rust-byteorder")
(version "1.3.2")
(version "1.3.4")
(source
(origin
(method url-fetch)
@ -1326,14 +1326,13 @@ (define-public rust-byteorder-1.3
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1xbwjlmq2ziqjmjvkqxdx1yh136xxhilxd40bky1w4d7hn4xvhx7"))))
"1pkjfhgjnq898g1d38ygcfi0msg3m6756cwv0sgysj1d26p8mi08"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
`(#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-quickcheck" ,rust-quickcheck-0.8)
("rust-rand" ,rust-rand-0.4))))
("rust-rand" ,rust-rand-0.6))))
(home-page
"https://github.com/BurntSushi/byteorder")
(synopsis