mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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:
parent
1352555d85
commit
912a34cd78
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue