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

Merge pull request #297450 from r-ryantm/auto-update/python312Packages.tesla-fleet-api

python312Packages.tesla-fleet-api: 0.4.9 -> 0.5.0
parents 2f7f71ea 86deeaca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "tesla-fleet-api";
  version = "0.4.9";
  version = "0.5.0";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "Teslemetry";
    repo = "python-tesla-fleet-api";
    rev = "refs/tags/v${version}";
    hash = "sha256-GiDhVN6aBj0yeIg596ox2ES28Dca81pVnsYWvc1SZ+A=";
    hash = "sha256-IRUH3qWRJoCEvzkkR8/qH5i735B030CLKKRRWO9DVuI=";
  };

  nativeBuildInputs = [