File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
pkgs/development/python-modules/growattserver Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchFromGitHub ,
5- pythonOlder ,
65 requests ,
76 setuptools ,
87} :
98
109buildPythonPackage rec {
1110 pname = "growattserver" ;
12- version = "1.7.0 " ;
11+ version = "1.7.1 " ;
1312 pyproject = true ;
1413
15- disabled = pythonOlder "3.7" ;
16-
1714 src = fetchFromGitHub {
1815 owner = "indykoning" ;
1916 repo = "PyPi_GrowattServer" ;
2017 tag = version ;
21- hash = "sha256-oEI5WWwPO7HmB0lt0bP9VVbg0+wMF73XVRyYX/GvTHE =" ;
18+ hash = "sha256-rob2+uXuBD5Gf05rNFFEW210JxrTbWN7knk9Tnz7wOE =" ;
2219 } ;
2320
24- nativeBuildInputs = [ setuptools ] ;
21+ build-system = [ setuptools ] ;
2522
26- propagatedBuildInputs = [ requests ] ;
23+ dependencies = [ requests ] ;
2724
2825 # Project has no tests
2926 doCheck = false ;
You can’t perform that action at this time.
0 commit comments