me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.8.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -27443,7 +27443,7 @@ HTTP request or response body.")
(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 @@ HTTP request or response body.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0k60q1hx96cvmjn6k3yjkff87fz0ga2a4z0g9ss8a9x5nndy4v29"))))
(base32 "010rrfahm1jss3p022fqf3j3jmm72vhn4iqhykahb9ynpaag75yq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs