python3Packages.solaredge-web: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2026-09-09 23:24:33 +00:00
parent 4170b86f20
commit fed2cd75b4

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "solaredge-web";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Solarlibs";
repo = "solaredge-web";
tag = "v${version}";
hash = "sha256-h+EQ7VMLi9dInuOH5ZWLBUVVTwhEAxbcoFQslhRRSKo=";
hash = "sha256-8XZN288QNJxXjIAGl6fD4wFaqWVxDw03GH56nfhTu2k=";
};
build-system = [ setuptools ];