python3Packages.cross-web: fix version in pyproject.toml

This commit is contained in:
Martin Weinelt
2026-07-11 14:22:02 +02:00
parent c1f7c0ec1d
commit f86c4d8b29
@@ -10,6 +10,7 @@
hatchling,
httpx,
litestar,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-django,
pytestCheckHook,
@@ -35,6 +36,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-JxwzTU17jCQMFNCtmcZVAZQnwDZjHNxCGNdKhkCMoPs=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ hatchling ];
dependencies = [ typing-extensions ];