python312Packages.pyenphase: 1.22.0 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-11-22 05:47:23 +00:00
parent df7cef32c3
commit 613f4fff58

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.22.0";
version = "1.23.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-letF0s/zJKdMT2nGnZpMFufja0bsL0zlwG+dCSK5BA4=";
hash = "sha256-nGOxGZxPTlU5/nI2m+MXzzcVA+twxfNL1Jf51xT0XLc=";
};
pythonRelaxDeps = [ "tenacity" ];