guix-patches
[Top][All Lists]
Advanced

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

[bug#64375] [PATCH 3/4] gnu: python-quart: Update to 0.18.4.


From: peter
Subject: [bug#64375] [PATCH 3/4] gnu: python-quart: Update to 0.18.4.
Date: Tue, 29 Aug 2023 10:01:49 -0400

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/python-web.scm (python-quart): Update to 0.18.4.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5e3f3a0ed2..ac2f2be3d8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7976,7 +7976,7 @@ (define-public python-tweepy
 (define-public python-quart
   (package
     (name "python-quart")
-    (version "0.17.0")
+    (version "0.18.4")
     (source
      (origin
        (method url-fetch)
@@ -7992,9 +7992,9 @@ (define-public python-quart
            python-itsdangerous
            python-jinja2
            python-markupsafe
-           python-toml
+           python-tomli
            python-werkzeug))
-    (home-page "https://gitlab.com/pgjones/quart/";)
+    (home-page "https://github.com/pallets/quart";)
     (synopsis "Python ASGI web microframework with the same API as Flask")
     (description
      "This package provides a Python ASGI web microframework with the same API
-- 
2.41.0






reply via email to

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