1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: rust-http-body-1: Update to 1.0.1.

* gnu/packages/crates-web.scm (rust-http-body-1): Update to 1.0.1.

Change-Id: I6b9e9d47dca4198927b10c2de3811cd0602812d0
This commit is contained in:
Efraim Flashner 2024-12-04 21:34:42 +02:00
parent 701159efe0
commit e636e294f8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3231,14 +3231,14 @@ extended with server support and additional auth schemes.")
(define-public rust-http-body-1
(package
(name "rust-http-body")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "http-body" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hyn8n3iadrbwq8y0p1rl1275s4nm49bllw5wji29g4aa3dqbb0w"))))
(base32 "111ir5k2b9ihz5nr9cz7cwm7fnydca7dx4hc7vr16scfzghxrzhy"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bytes" ,rust-bytes-1)