python310Packages.growattserver: 1.2.3 -> 1.2.4

This commit is contained in:
Fabian Affolter 2022-11-14 17:56:13 +01:00
parent fd0e1a67a7
commit 460e838124

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "growattserver";
version = "1.2.3";
version = "1.2.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "indykoning";
repo = "PyPi_GrowattServer";
rev = "refs/tags/${version}";
hash = "sha256-79/siHqwY3TNFIxodR24TJwsrKapG1GP4u4fIKxdFI4=";
hash = "sha256-HZsgha7CAjJYDDBlh2Ib24glUiMAXpNR8KsSdm78BA8=";
};
propagatedBuildInputs = [