Merge pull request #291983 from r-ryantm/auto-update/python312Packages.pyenphase

python312Packages.pyenphase: 1.19.0 -> 1.19.1
This commit is contained in:
Nick Cao 2024-02-28 10:56:39 -05:00 committed by GitHub
commit db1ce735d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.19.0";
version = "1.19.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-Wj2CkOvH5mS+DaIcbrqHjK+0mG3gfyF5M9tFImeJ/ko=";
hash = "sha256-2dKBqGIT4D4QUMixg4ZCxWXjE2zcXoji5i2v+vAPhL4=";
};
postPatch = ''