diff mbox series

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

Message ID 3d1fdabd8d993f187d632b66c103ee3d802a3231.1693317569.git.peter@polidoro.io
State New
Headers show
Series [bug#64375,1/4] gnu: python-semantic-version: Update to 2.10.0. | expand

Commit Message

Peter Polidoro Aug. 29, 2023, 2:01 p.m. UTC
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 mbox series

Patch

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