guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

46/65: gnu: python-starlette: Update to 0.42.0.


From: guix-commits
Subject: 46/65: gnu: python-starlette: Update to 0.42.0.
Date: Fri, 20 Dec 2024 16:41:44 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit d2a7af7fb477c0a5cfbae29fe05e583618d507a0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 20:40:00 2024 +0100

    gnu: python-starlette: Update to 0.42.0.
    
    * gnu/packages/python-web.scm (python-starlette): Update to 0.42.0.
    
    Change-Id: I2cdfadf4856e460f7b7cae9f8654a1806839b9ea
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0939259c23..6f137f9aa1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9643,7 +9643,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
@@ -9652,7 +9652,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]