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

python3Packages.tesla-fleet-api: 1.4.5 -> 1.4.6 (#513997)

parents c9ce08de 027d190e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "tesla-fleet-api";
  version = "1.4.5";
  version = "1.4.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    tag = "v${version}";
    hash = "sha256-YmhLVbTIn2zthmw2d2AsmQFbWNHZvRFYAF5DB4gwIhQ=";
    hash = "sha256-2LCpwVf10dsgZlouvu3Spr0geK8uDpEXKOI1l6sZqmM=";
  };

  build-system = [ setuptools ];