Commit 8e6c00b3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 2e689831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "tesla-fleet-api";
  version = "0.4.3";
  version = "0.4.4";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    rev = "refs/tags/v${version}";
    hash = "sha256-HsD7Q12Pa2gzEaRvZ2WEMiJDilgxgBHcHuptecJAZTI=";
    hash = "sha256-80VjSg94gCXzqy6Z/yuDblYgo4TlJdxR+jsOiY/Zhng=";
  };

  nativeBuildInputs = [