python3Packages.volvocarsapi: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2025-10-09 22:31:56 +00:00
parent 285ea04d23
commit fc2fc674e2
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "volvocarsapi";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "thomasddn";
repo = "volvo-cars-api";
tag = "v${version}";
hash = "sha256-mVr9bhWK4VWFnR6yfNVFYGMKRSv4XrYP2Wb3nlnDZ+E=";
hash = "sha256-GC2vktTFWh4z/sO+2hhsVKInSl5GQCtzq4q0YtfkfKg=";
};
build-system = [