me
/
guix
Archived
1
0
Fork 0

gnu: rust-http-parse-1: Update to 1.5.1.

* gnu/packages/crates-io.scm (rust-http-parse-1): Update to 1.5.1.
master
Nicolas Goaziou 2021-12-04 15:22:58 +01:00
parent 3d5fd9433b
commit dcee4887c5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -23740,7 +23740,7 @@ HTTP request or response body.")
(define-public rust-httparse-1
(package
(name "rust-httparse")
(version "1.3.4")
(version "1.5.1")
(source
(origin
(method url-fetch)
@ -23748,8 +23748,7 @@ HTTP request or response body.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1yf23ldnjwfkkhkca7f4w15mky9961gjz28dlwyybhphc7l9l5yd"))))
(base32 "00smbrgb9vyzbbj3j5d66iarjl5x2wpfwkmhcy5nizylw7dlzndc"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs