Merge pull request #267170 from fabaff/pyenphase-bump

python311Packages.pyenphase: 1.14.2 -> 1.14.3
This commit is contained in:
Fabian Affolter 2023-11-13 12:21:52 +01:00 committed by GitHub
commit e663e25172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyenphase";
version = "1.14.2";
version = "1.14.3";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyenphase";
repo = "pyenphase";
rev = "refs/tags/v${version}";
hash = "sha256-8tBxepvNT+EVGKRhLqmAaLYvmf4J2Jquz0R8sSLUCH8=";
hash = "sha256-cjkmRGieSKynL8cZORp11/ViK8oCBAZXrgbFKumWKaM=";
};
postPatch = ''