Merge pull request #293023 from r-ryantm/auto-update/python312Packages.teslajsonpy

python312Packages.teslajsonpy: 3.10.0 -> 3.10.1
This commit is contained in:
Nick Cao 2024-03-03 10:05:26 -05:00 committed by GitHub
commit 1fb1603376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [