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

* gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.8.0.
This commit is contained in:
Efraim Flashner 2023-02-22 12:23:16 +02:00
parent 6ed1bfd1e2
commit af81e9fd78
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -27443,7 +27443,7 @@ (define-public rust-http-types-2
(define-public rust-httparse-1
(package
(name "rust-httparse")
(version "1.7.1")
(version "1.8.0")
(source
(origin
(method url-fetch)
@ -27451,7 +27451,7 @@ (define-public rust-httparse-1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0k60q1hx96cvmjn6k3yjkff87fz0ga2a4z0g9ss8a9x5nndy4v29"))))
(base32 "010rrfahm1jss3p022fqf3j3jmm72vhn4iqhykahb9ynpaag75yq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs