python3Packages.pysmhi: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-21 17:17:32 -07:00
parent 637e62e9aa
commit 473de81bcd
@@ -6,6 +6,7 @@
freezegun,
lib,
poetry-core,
pyprojectVersionPatchHook,
pytest-cov-stub,
pytestCheckHook,
syrupy,
@@ -23,6 +24,10 @@ buildPythonPackage rec {
hash = "sha256-9t/mhmQfNwuX2QVS1OOeKZOARXK9otjGtwJEfVeizPU=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [