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
|
(define-public rust-httparse-1
|
||||||
(package
|
(package
|
||||||
(name "rust-httparse")
|
(name "rust-httparse")
|
||||||
(version "1.3.4")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -23748,8 +23748,7 @@ (define-public rust-httparse-1
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "00smbrgb9vyzbbj3j5d66iarjl5x2wpfwkmhcy5nizylw7dlzndc"))))
|
||||||
"1yf23ldnjwfkkhkca7f4w15mky9961gjz28dlwyybhphc7l9l5yd"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
|
Loading…
Reference in a new issue