mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-starlette: Update to 0.42.0.
* gnu/packages/python-web.scm (python-starlette): Update to 0.42.0. Change-Id: I2cdfadf4856e460f7b7cae9f8654a1806839b9ea
This commit is contained in:
parent
b565e45666
commit
9992e1eb73
1 changed files with 2 additions and 2 deletions
|
@ -9645,7 +9645,7 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.")
|
|||
(define-public python-starlette
|
||||
(package
|
||||
(name "python-starlette")
|
||||
(version "0.41.3")
|
||||
(version "0.42.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -9654,7 +9654,7 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18lk9rzj0qpzmm7llmk4mx3dc58ylq9rh5rfyccv0ws8a4ggvdy4"))))
|
||||
"0r46v6b687pqr4sjcv0rwd1ln248fnx0xkawbn945r04pg7c999q"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-anyio
|
||||
python-typing-extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue