diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-26 17:37:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:37 +0000 |
commit | fdd036fce7edc652538e58ab4dc86408c1efd439 (patch) | |
tree | 5efb22df2af1355743167a6764f550f2dd6b1c46 /gnu/packages/python-web.scm | |
parent | db7da9c80294c78608ebf0b34167c931f50ecc77 (diff) | |
download | guix-fdd036fce7edc652538e58ab4dc86408c1efd439.tar.gz guix-fdd036fce7edc652538e58ab4dc86408c1efd439.zip |
gnu: python-starlette: Update to 0.41.3.
* gnu/packages/python-web.scm (python-starlette): Update to 0.41.3.
Change-Id: I36c69a16eaaca90503bfe0c0e8ee8e7941f98e94
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6fd8c3f71f..0d4dffba75 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9305,7 +9305,7 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.") (define-public python-starlette (package (name "python-starlette") - (version "0.25.0") + (version "0.41.3") (source (origin (method git-fetch) (uri (git-reference @@ -9314,7 +9314,7 @@ SendGrid Web API v3 endpoints, including the new v3 /mail/send.") (file-name (git-file-name name version)) (sha256 (base32 - "1mkkj15lphgycnp51dnrfxbyrx3dicjdcpsqvwc7yw55zyih6h5k")))) + "18lk9rzj0qpzmm7llmk4mx3dc58ylq9rh5rfyccv0ws8a4ggvdy4")))) (build-system pyproject-build-system) (propagated-inputs (list python-anyio python-typing-extensions |