mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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:
parent
a3f38ad104
commit
a5b7b564f7
1 changed files with 2 additions and 2 deletions
|
@ -22224,14 +22224,14 @@ (define-public rust-gzip-header-0.3
|
||||||
(define-public rust-h2-0.3
|
(define-public rust-h2-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-h2")
|
(name "rust-h2")
|
||||||
(version "0.3.1")
|
(version "0.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "h2" version))
|
(uri (crate-uri "h2" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0y5fxy3sy0s3j1h6p0c2xk5n2gs4jk1dvmk88lvgwm22ywfv0cnq"))))
|
(base32 "0mdf0x3cxj4rhx2zrm0gnx02i43gqcz3q4awzidargff5xb1kn3z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Loading…
Reference in a new issue