Unverified Commit af91d521 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.volvocarsapi: 0.4.2 -> 0.4.3 (#450475)

parents 11aeac9b fc2fc674
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [