python3Packages.volvocarsapi: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:23:03 -07:00
parent 38f72584a7
commit dbe230e5f7
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pyprojectVersionPatchHook,
pythonOlder,
aiohttp,
yarl,
@@ -22,6 +23,10 @@ buildPythonPackage rec {
hash = "sha256-GC2vktTFWh4z/sO+2hhsVKInSl5GQCtzq4q0YtfkfKg=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [
hatchling
];