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