python310Packages.teslajsonpy: 2.4.4 -> 2.4.5

This commit is contained in:
Fabian Affolter 2022-10-09 11:19:37 +02:00
parent d87090ce15
commit ba7332ae0d

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "2.4.4";
version = "2.4.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-MTVL/yDKCqeSdBe3opdor+aBfgsO/FgOq6jPcFEK5rY=";
sha256 = "sha256-fsZBHJUX/DytSO680hiXhS6+jCKOKz1n+PxZa9kyWnc=";
};
nativeBuildInputs = [