Skip to content

Commit 2a5a3c2

Browse files
authored
python312Packages.tesla-fleet-api: 0.7.5 -> 0.7.8 (#342655)
2 parents 68bdf41 + 82cc961 commit 2a5a3c2

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/tesla-fleet-api

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/tesla-fleet-api/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "tesla-fleet-api";
13-
version = "0.7.5";
13+
version = "0.7.8";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "Teslemetry";
2020
repo = "python-tesla-fleet-api";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-9klPi+nscylkhvWRSqegT7aCBSH2/wc39u6aNJwpicU=";
22+
hash = "sha256-jExS2bnxz35mqzN2f6qrqInpoNWGUYLzueKeXp//9/8=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)