Skip to content

Commit e49088e

Browse files
committed
python3Packages.tesla-fleet-api: 1.1.3 -> 1.2.0
1 parent 379f765 commit e49088e

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
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "tesla-fleet-api";
18-
version = "1.1.3";
18+
version = "1.2.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "Teslemetry";
2525
repo = "python-tesla-fleet-api";
2626
tag = "v${version}";
27-
hash = "sha256-1jh4NfIuuP5GMwIc/0Nr1aXuyWyrHPTQ9ZTCJPDDtn0=";
27+
hash = "sha256-z7oniC58MpWlz/IGd2oRWgoj5yAL/gaDHGotLKK2CVc=";
2828
};
2929

3030
build-system = [ setuptools ];

0 commit comments

Comments
 (0)