me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-h2-0.3): Update to 0.3.7.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -22224,14 +22224,14 @@ of gzip files based on the gzip header implementation in the @code{flate2} crate
(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