python312Packages.teslajsonpy: 3.10.0 -> 3.10.1

This commit is contained in:
R. Ryantm 2024-03-03 14:24:11 +00:00
parent 5cb92fd712
commit 61efe8f544

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.10.0";
version = "3.10.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7pT3LXBbE4/QRfmTWAJG6yarU787r2tjXRiv7ySvuSs=";
hash = "sha256-Eez8ktPhbWauFNsIuwoxMkGpI7hnYsBwStmU80IDFw4=";
};
nativeBuildInputs = [