Merge pull request #321369 from r-ryantm/auto-update/python311Packages.goodwe

python311Packages.goodwe: 0.4.7 -> 0.4.8
This commit is contained in:
Nick Cao
2024-06-21 17:35:33 -04:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "goodwe";
version = "0.4.7";
version = "0.4.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "marcelblijleven";
repo = "goodwe";
rev = "refs/tags/v${version}";
hash = "sha256-Z+CTwG9aJ/HFnrWXJXpUDgh60/crxaBXJuBSozZIoxI=";
hash = "sha256-EsMv4hzGsAV9OTFo2b/omM4hx7XxUcdO6rrMzQ3DmNQ=";
};
postPatch = ''