gnu: rust-reqwest-0.11: Update to 0.11.3.
* gnu/packages/crates-io.scm (rust-reqwest-0.11): Update to 0.11.3.master
parent
c695df8c5f
commit
c0796540de
gnu/packages
|
@ -33152,14 +33152,14 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
(define-public rust-reqwest-0.11
|
(define-public rust-reqwest-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-reqwest")
|
(name "rust-reqwest")
|
||||||
(version "0.11.2")
|
(version "0.11.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "reqwest" version))
|
(uri (crate-uri "reqwest" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m12j00if0gj0alhad4r7w0air4j0gqlpiwiqpsxna4l51zha4mz"))))
|
(base32 "097i9z42jq2sn3va3r6pksz3gzffbnr3c4aapk6fhy9rqpxg55i2"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue