We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fd6686 + e49088e commit b1a53f6Copy full SHA for b1a53f6
pkgs/development/python-modules/tesla-fleet-api/default.nix
@@ -15,7 +15,7 @@
15
16
buildPythonPackage rec {
17
pname = "tesla-fleet-api";
18
- version = "1.1.3";
+ version = "1.2.0";
19
pyproject = true;
20
21
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
24
owner = "Teslemetry";
25
repo = "python-tesla-fleet-api";
26
tag = "v${version}";
27
- hash = "sha256-1jh4NfIuuP5GMwIc/0Nr1aXuyWyrHPTQ9ZTCJPDDtn0=";
+ hash = "sha256-z7oniC58MpWlz/IGd2oRWgoj5yAL/gaDHGotLKK2CVc=";
28
};
29
30
build-system = [ setuptools ];
0 commit comments