mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2365473a56
commit
07355be3df
1 changed files with 2 additions and 2 deletions
|
@ -5763,14 +5763,14 @@ robust clients and servers.")
|
|||
(define-public rust-tower-http-0.5
|
||||
(package
|
||||
(name "rust-tower-http")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tower-http" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0bmgfh1hr92blw7kv2636ykd0gf3h0aqdd89kvjk6b2fg8kr788d"))
|
||||
(base32 "1xakj3x0anp55gjqibiwvzma5iz0w9pcjsr7qk97sx4qm4sd970y"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
;; Remove disabled doctests with unresolved imports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue