python310Packages.teslajsonpy: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2022-02-21 01:46:23 +00:00
parent d81f048ef4
commit 4a0787ef51

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "1.7.0";
version = "1.8.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2k1RtWQSz46vsZ4uEjjOmHAkGmwuKYNAdWgcT2Xr7Dc=";
sha256 = "sha256-9EFbsJPn543fVGQ46cikEE9rE4qBr/2q6vX7u4tui7I=";
};
nativeBuildInputs = [