python3Packages.victron-mqtt: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:21:40 -07:00
parent f121b630ae
commit 701ebd45f1
@@ -4,6 +4,7 @@
fetchFromGitHub,
hatchling,
paho-mqtt,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
@@ -26,6 +27,10 @@ buildPythonPackage (finalAttrs: {
hatchling
];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
paho-mqtt
];