Unverified Commit 51bc6819 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.tesla-fleet-api: 1.4.0 -> 1.4.2 (#472496)

parents 0e341ad9 f9e38c70
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.0";
  version = "1.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    tag = "v${version}";
    hash = "sha256-ey0HJw1IE6vNmTeUN26Vusz6D+90hSzgvx1hJ7O5QOc=";
    hash = "sha256-qDYa7GVJokr/0ZmSC5pusc/I5CX9Pras2+dZI2MRXzk=";
  };

  build-system = [ setuptools ];