python312Packages.pyenphase: 1.22.0 -> 1.23.0 (#358068)

This commit is contained in:
Nick Cao
2024-11-22 08:44:27 -05:00
committed by GitHub
@@ -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" ];