mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: rust-http-parse-1: Update to 1.5.1.
* gnu/packages/crates-io.scm (rust-http-parse-1): Update to 1.5.1.
This commit is contained in:
parent
3d5fd9433b
commit
dcee4887c5
1 changed files with 2 additions and 3 deletions
|
@ -23740,7 +23740,7 @@ (define-public rust-http-types-2
|
|||
(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 @@ (define-public rust-httparse-1
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yf23ldnjwfkkhkca7f4w15mky9961gjz28dlwyybhphc7l9l5yd"))))
|
||||
(base32 "00smbrgb9vyzbbj3j5d66iarjl5x2wpfwkmhcy5nizylw7dlzndc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue