gnu: rust-h2-0.3: Update to 0.3.7.

* gnu/packages/crates-io.scm (rust-h2-0.3): Update to 0.3.7.
This commit is contained in:
Nicolas Goaziou 2021-12-04 15:25:01 +01:00 committed by Leo Famulari
parent 4fc4f94706
commit efd28775d7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -22224,14 +22224,14 @@ (define-public rust-gzip-header-0.3
(define-public rust-h2-0.3
(package
(name "rust-h2")
(version "0.3.1")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "h2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0y5fxy3sy0s3j1h6p0c2xk5n2gs4jk1dvmk88lvgwm22ywfv0cnq"))))
(base32 "0mdf0x3cxj4rhx2zrm0gnx02i43gqcz3q4awzidargff5xb1kn3z"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t