python3Packages.tesla-fleet-api: 1.2.7 -> 1.4.0
Diff: https://github.com/Teslemetry/python-tesla-fleet-api/compare/v1.2.7...v1.4.0 Changelog: https://github.com/Teslemetry/python-tesla-fleet-api/releases/tag/v1.4.0
This commit is contained in:
committed by
Martin Weinelt
parent
9fe3cde8c5
commit
ae3321ed29
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tesla-fleet-api";
|
||||
version = "1.2.7";
|
||||
version = "1.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Teslemetry";
|
||||
repo = "python-tesla-fleet-api";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wZS/o795v5luHdSKBDnEgPeX8HQdN190UQspXJV/dQE=";
|
||||
hash = "sha256-ey0HJw1IE6vNmTeUN26Vusz6D+90hSzgvx1hJ7O5QOc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user