gnu: rust-tower-http-0.5: Update to 0.5.2.

* gnu/packages/crates-web.scm (rust-tower-http-0.5): Update to 0.5.2.

Change-Id: Iaaec267659021e3a07cbb9eda18f0a0f30c4adbc
This commit is contained in:
Efraim Flashner 2024-12-04 18:46:03 +02:00
parent 2365473a56
commit 07355be3df
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5763,14 +5763,14 @@ robust clients and servers.")
(define-public rust-tower-http-0.5 (define-public rust-tower-http-0.5
(package (package
(name "rust-tower-http") (name "rust-tower-http")
(version "0.5.1") (version "0.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "tower-http" version)) (uri (crate-uri "tower-http" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0bmgfh1hr92blw7kv2636ykd0gf3h0aqdd89kvjk6b2fg8kr788d")) (base32 "1xakj3x0anp55gjqibiwvzma5iz0w9pcjsr7qk97sx4qm4sd970y"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Remove disabled doctests with unresolved imports. ;; Remove disabled doctests with unresolved imports.