python3Packages.graphql-core: 3.2.6 -> 3.2.7

https://github.com/graphql-python/graphql-core/releases/tag/v3.2.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:14 +01:00
parent f27e86fb29
commit a5d57f907f
@@ -10,19 +10,19 @@
buildPythonPackage rec {
pname = "graphql-core";
version = "3.2.6";
version = "3.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "graphql-python";
repo = "graphql-core";
tag = "v${version}";
hash = "sha256-RkVyoTSVmtKhs42IK+oOrOL4uBs3As3N5KY0Sz1VaDQ=";
hash = "sha256-ag8yFf6254dX2xNZMKtVBW5QtI5JOZjzgcZveuoeAss=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail ', "setuptools>=59,<76"' ""
--replace-fail ', "setuptools>=59,<81"' ""
'';
build-system = [