python3Packages.flask-cors: 6.0.0 -> 6.0.1

https://github.com/corydolphin/flask-cors/releases/tag/6.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:28 +02:00
parent dbac7f0de0
commit 2d48fcd775
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "flask-cors";
version = "6.0.0";
version = "6.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "corydolphin";
repo = "flask-cors";
tag = version;
hash = "sha256-J9OTWVS0GXxfSedfHeifaJ0LR8xFKksf0RGsKSc581E=";
hash = "sha256-ySn5o9yDlCYqHozGJ82cPtty/N+EK/NvIynxv9w+hwc=";
};
build-system = [