python312Packages.teslajsonpy: 3.12.1 -> 3.12.2

This commit is contained in:
R. Ryantm 2024-11-07 21:43:22 +00:00
parent b46372651a
commit 8c7e1de255

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "teslajsonpy";
version = "3.12.1";
version = "3.12.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zabuldon";
repo = "teslajsonpy";
rev = "refs/tags/v${version}";
hash = "sha256-kUuvzjQBHWy3Si/Ha9M01ijv4QyQwK/g5gyhd7/lIdA=";
hash = "sha256-chUW7aa99KzYyn8qVDX4GK8eI8MoP8+TKRx9PI+0ZKE=";
};
build-system = [ poetry-core ];