Skip to content

Commit

Permalink
python312Packages.tesla-fleet-api: 0.9.0 -> 0.9.2 (#368487)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 27, 2024
2 parents 151c803 + d73c8f2 commit f9c866e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/tesla-fleet-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.9.0";
version = "0.9.2";
pyproject = true;

disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
rev = "refs/tags/v${version}";
hash = "sha256-+P3LwO7F9o5h0L7/7GK0ic6p86ay3kWt6F9Pks2rWRY=";
tag = "v${version}";
hash = "sha256-pNW9eiJ8wIdzKOlq6nNUgBwUT898qsKvc5evePYWOOQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit f9c866e

Please sign in to comment.