python311Packages.quart-cors: 0.6.0 -> 0.7.0

https://github.com/pgjones/quart-cors/blob/refs/tags/0.7.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2023-09-27 15:34:48 +02:00
parent 08eae121e0
commit d5de3e286e
@@ -12,18 +12,19 @@
# tests
, pytestCheckHook
, pytest-asyncio
}:
buildPythonPackage rec {
pname = "quart-cors";
version = "0.6.0";
version = "0.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pgjones";
repo = "quart-cors";
rev = "refs/tags/${version}";
hash = "sha256-SbnYrpeyEn47JgP9p3Us0zfkjC1sJ7jPPUIHYHAiSgc=";
hash = "sha256-qUzs0CTZHf3fGADBXPkd3CjZ6dnz1t3cTxflMErvz/k=";
};
nativeBuildInputs = [
@@ -47,6 +48,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio
];
meta = with lib; {