python312Packages.pyenphase: 1.19.0 -> 1.19.1

This commit is contained in:
R. Ryantm 2024-02-28 03:07:53 +00:00
parent 5d1b96ebf2
commit e1012631c0

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 = ''