Merge pull request #313024 from mweinelt/quart-0.19.6

python312Packages.quart: 0.19.5 -> 0.19.6
This commit is contained in:
Martin Weinelt 2024-05-20 11:20:39 +02:00 committed by GitHub
commit 2d8050ecca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [