mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
6ed1bfd1e2
commit
af81e9fd78
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue