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