python310Packages.teslajsonpy: 3.9.0 -> 3.9.1

This commit is contained in:
R. Ryantm
2023-07-25 18:33:19 +00:00
parent 402a5fb93f
commit 76c96656d4
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.9.0";
version = "3.9.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6H8miS0tKB99ZkiBvqJ77NIsswJ+ivYt1VZOLwTQr24=";
hash = "sha256-6QwBXWV/oMPDogzS5+EtRP9uzySvdYtnRR4Lb5IWwh4=";
};
nativeBuildInputs = [