gnu: rust-httparse-1: Update to 1.3.4.

* gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.3.4.
[arguments]: Do not skip build.
This commit is contained in:
Nicolas Goaziou 2020-12-22 17:51:21 +01:00
parent 1352555d85
commit 912a34cd78
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14188,7 +14188,7 @@ (define-public rust-http-req-0.5
(define-public rust-httparse-1
(package
(name "rust-httparse")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
@ -14197,11 +14197,10 @@ (define-public rust-httparse-1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"10vsfx1b8drhif08fbi0ha9d3v1f3h80w42rxh0y3hrvzl64nwz8"))))
"1yf23ldnjwfkkhkca7f4w15mky9961gjz28dlwyybhphc7l9l5yd"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
`(#:cargo-development-inputs
(("rust-pico-sys" ,rust-pico-sys-0.0))))
(home-page "https://github.com/seanmonstar/httparse")
(synopsis "Zero-copy HTTP/1.x parser")