Merge pull request #148847 from r-ryantm/auto-update/python3.8-teslajsonpy

python38Packages.teslajsonpy: 1.2.1 -> 1.4.0
This commit is contained in:
Fabian Affolter 2021-12-06 09:55:37 +01:00 committed by GitHub
commit 90be155de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "1.2.1";
version = "1.4.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "v${version}";
sha256 = "sha256-49dQgzYsEn5jmHWTJ3e3QOTqNeoTRMjUWxp+MaOYod4=";
sha256 = "17ld1ciylfc8kmf5iazzrlqqdf434wi5dfjzm68nm5d539gccfss";
};
nativeBuildInputs = [