mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: rust-http-body-0.4: Update to 0.4.6.
* gnu/packages/crates-io.scm (rust-http-body-0.4): Update to 0.4.6. Change-Id: I46dd80fece923bfb54f296523f54a27c43ae351b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
38ca18711e
commit
8f30ce6390
1 changed files with 2 additions and 2 deletions
|
@ -31391,14 +31391,14 @@ (define-public rust-http-auth-0.1
|
|||
(define-public rust-http-body-0.4
|
||||
(package
|
||||
(name "rust-http-body")
|
||||
(version "0.4.4")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "http-body" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1imjszmk34603m7chfnhd3rq263bxbdlaxhlbzd06wv7354zix0z"))))
|
||||
(base32 "1lmyjfk6bqk6k9gkn1dxq770sb78pqbqshga241hr5p995bb5skw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue