python3Packages.fressnapftracker: fix version in pyproject.toml
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user