python312Packages.quart: 0.19.6 -> 0.19.8

This commit is contained in:
R. Ryantm
2024-10-26 03:30:08 +00:00
parent 9a415c28ae
commit 32ec3906b5
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "quart";
version = "0.19.6";
version = "0.19.8";
pyproject = true;
src = fetchFromGitHub {
owner = "pallets";
repo = "quart";
rev = "refs/tags/${version}";
hash = "sha256-oR03Qu93F+pcWywbdYgMKIAdohBNezlGz04ws3yGAxs=";
hash = "sha256-A23+25bDzK2GlGNTCul6HbsjNujrnhpzTxdnV3Ig028=";
};
build-system = [ poetry-core ];