diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-12-17 20:40:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:24 +0100 |
commit | 9992e1eb732ca6359a2abdc738823802d0abcb09 (patch) | |
tree | c826b06fade66326df81b0fad087205b01151ec8 /gnu | |
parent | b565e45666618c5806c7dc464fa9d4c486043230 (diff) | |
download | guix-9992e1eb732ca6359a2abdc738823802d0abcb09.tar.gz guix-9992e1eb732ca6359a2abdc738823802d0abcb09.zip |
gnu: python-starlette: Update to 0.42.0.
* gnu/packages/python-web.scm (python-starlette): Update to 0.42.0.
Change-Id: I2cdfadf4856e460f7b7cae9f8654a1806839b9ea
Diffstat (limited to 'gnu')
-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 e083316ec1..43248c5394 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |