python3Packages.teslajsonpy: 3.13.0 -> 3.13.1 (#429311)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "teslajsonpy";
|
||||
version = "3.13.0";
|
||||
version = "3.13.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "zabuldon";
|
||||
repo = "teslajsonpy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-k7YkZ0hAhBwjnelePLh92OB6MX6gtTyRWF3OiJ1o7yk=";
|
||||
hash = "sha256-+ojiIdfdKh33LEnRln7LwN/ve2RpahE0AJgHwUYAnYs=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library to work with Tesla API";
|
||||
homepage = "https://github.com/zabuldon/teslajsonpy";
|
||||
changelog = "https://github.com/zabuldon/teslajsonpy/releases/tag/v${version}";
|
||||
changelog = "https://github.com/zabuldon/teslajsonpy/releases/tag/${src.tag}";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user