python313Packages.goodwe: 0.4.8 -> 0.4.9

Changelog: https://github.com/marcelblijleven/goodwe/releases/tag/v0.4.9
This commit is contained in:
Fabian Affolter
2026-02-08 16:47:23 +01:00
parent 865ee79f09
commit ec41ac2498
@@ -8,22 +8,16 @@
buildPythonPackage rec {
pname = "goodwe";
version = "0.4.8";
version = "0.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "marcelblijleven";
repo = "goodwe";
tag = "v${version}";
hash = "sha256-EsMv4hzGsAV9OTFo2b/omM4hx7XxUcdO6rrMzQ3DmNQ=";
hash = "sha256-WHLvfAlwhcA0JFSWfwUPsJ9dWmadIjyonXEP3Bb6WKE=";
};
postPatch = ''
substituteInPlace setup.cfg \
--replace-fail "'marcelblijleven@gmail.com" "marcelblijleven@gmail.com" \
--replace-fail "version: file: VERSION" "version = ${version}"
'';
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];