Fabian Affolter 2023-09-07 11:01:36 +02:00
parent d8a8548210
commit 52893df0e5

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.9.1";
version = "1.9.2";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-6ThUly9ITs2UMCCBFTyKSNnD5Y87GmBA+iaTjk/mJWw=";
hash = "sha256-v2RrhPb0LGYr1FSpHDD3m7eldFFEkFk2kfzbqUcVtwU=";
};
postPatch = ''