python312Packages.quart: 0.19.5 -> 0.19.6

https://github.com/pallets/quart/blob/refs/tags/0.19.6/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-05-20 02:49:51 +02:00
parent 60cc8055eb
commit b272e5fe14
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "quart";
version = "0.19.5";
version = "0.19.6";
pyproject = true;
src = fetchFromGitHub {
owner = "pallets";
repo = "quart";
rev = "refs/tags/${version}";
hash = "sha256-T2+76AVvXrads7AbjNAExV0i4doQ2xIUEwekVB2JXAo=";
hash = "sha256-oR03Qu93F+pcWywbdYgMKIAdohBNezlGz04ws3yGAxs=";
};
build-system = [