gnu: rust-s3handler-0.7: Update to 0.7.5.
* gnu/packages/crates-io.scm (rust-s3handler-0.7): Update to 0.7.5.master
parent
e44c19a69d
commit
3a017c86ff
|
@ -46295,14 +46295,14 @@ quickly convert floating point numbers to decimal strings.")
|
|||
(define-public rust-s3handler-0.7
|
||||
(package
|
||||
(name "rust-s3handler")
|
||||
(version "0.7.3")
|
||||
(version "0.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "s3handler" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13m2l9m4a1mkmwvzasqsby8gls9mrihalf5gnc6scrbdqkycrnqa"))))
|
||||
(base32 "1cgxjzlili1598j9q21kdmml2m67hmcb1fpamhw8n2xf3h7mkf80"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -46315,7 +46315,8 @@ quickly convert floating point numbers to decimal strings.")
|
|||
("rust-failure" ,rust-failure-0.1)
|
||||
("rust-failure-derive" ,rust-failure-derive-0.1)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-hmac" ,rust-hmac-0.4)
|
||||
("rust-hex" ,rust-hex-0.4)
|
||||
("rust-hmac" ,rust-hmac-0.11)
|
||||
("rust-hmac-sha1" ,rust-hmac-sha1-0.1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-md5" ,rust-md5-0.7)
|
||||
|
@ -46323,12 +46324,11 @@ quickly convert floating point numbers to decimal strings.")
|
|||
("rust-quick-xml" ,rust-quick-xml-0.22)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-reqwest" ,rust-reqwest-0.11)
|
||||
("rust-rust-crypto" ,rust-rust-crypto-0.2)
|
||||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-sha2" ,rust-sha2-0.6)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://crates.io/crates/s3handler")
|
||||
|
|
Reference in New Issue