python3Packages.yamlloader: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:21:42 -07:00
parent fb290d5d24
commit 5f0ee84259
@@ -4,6 +4,7 @@
fetchFromGitHub,
hatch-vcs,
hatchling,
pyprojectVersionPatchHook,
pytestCheckHook,
pyyaml,
hypothesis,
@@ -26,6 +27,10 @@ buildPythonPackage rec {
hatchling
];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [ pyyaml ];
nativeCheckInputs = [