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

python3Packages.tesla-fleet-api: 1.4.6 -> 1.4.7 (#515952)

parents 8727d3f7 26bd7c12
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.6";
  version = "1.4.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    tag = "v${version}";
    hash = "sha256-2LCpwVf10dsgZlouvu3Spr0geK8uDpEXKOI1l6sZqmM=";
    hash = "sha256-704vqQwT50j/F1Mk8VMJ9VSOUfu+pHmxYQySs4UlFls=";
  };

  build-system = [ setuptools ];