python3Packages.fressnapftracker: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 22:45:26 -07:00
parent dc3e183262
commit 4d1475e1ce
@@ -5,6 +5,7 @@
hatchling,
httpx,
pydantic,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytest-mock,
@@ -24,6 +25,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-gJsE/1HnUXEDa5Y7eLtHexx+G00MGQDZJu3pui9OeMM=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ hatchling ];
dependencies = [