python312Packages.pyenphase: 1.20.0 -> 1.20.1

This commit is contained in:
R. Ryantm 2024-03-28 07:33:57 +00:00
parent e0188a425e
commit 63ff59e61b
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.20.0";
version = "1.20.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-/TyQ6oSA361at1VSr6dLefOOmbZP4otBgb/JDA2sNWo=";
hash = "sha256-Bxwd8qHsvq9BuBMSu5JI/Yk/KC5aQ7b7lnXuIoNQ6EI=";
};
postPatch = ''