gnu: rust-zip-0.5: Update to 0.5.9.

* gnu/packages/crates-io.scm (rust-zip-0.5): Update to 0.5.9.
[arguments]: Skip build.
This commit is contained in:
Nicolas Goaziou 2021-02-10 17:50:34 +01:00
parent 480bba5b5e
commit 9faad42004
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -47393,7 +47393,7 @@ (define-public rust-zeroize-derive-1
(define-public rust-zip-0.5
(package
(name "rust-zip")
(version "0.5.6")
(version "0.5.9")
(source
(origin
(method url-fetch)
@ -47402,19 +47402,17 @@ (define-public rust-zip-0.5
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0zfv0ascxl8gqqxgjck99kypcb0f67lg2k1a3zwza1w5swl7qa2q"))))
"1i9axf7h9l04l1cy14js30svjb6zcira5yj1d4v42b14b93rca6c"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bzip2" ,rust-bzip2-0.3)
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
("rust-bzip2" ,rust-bzip2-0.3)
("rust-crc32fast" ,rust-crc32fast-1)
("rust-flate2" ,rust-flate2-1)
("rust-podio" ,rust-podio-0.1)
("rust-time" ,rust-time-0.1))
#:cargo-development-inputs
(("rust-bencher" ,rust-bencher-0.1)
("rust-rand" ,rust-rand-0.4)
("rust-walkdir" ,rust-walkdir-1))))
("rust-thiserror" ,rust-thiserror-1)
("rust-time" ,rust-time-0.1))))
(home-page "https://github.com/mvdnes/zip-rs.git")
(synopsis
"Library to support the reading and writing of zip files")