File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
pkgs/development/python-modules/wallbox Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 66 pythonOlder ,
77 requests ,
88 setuptools ,
9- simplejson ,
109} :
1110
1211buildPythonPackage rec {
1312 pname = "wallbox" ;
14- version = "0.7 .0" ;
13+ version = "0.8 .0" ;
1514 pyproject = true ;
1615
1716 disabled = pythonOlder "3.7" ;
1817
1918 src = fetchPypi {
2019 inherit pname version ;
21- hash = "sha256-8taZpC1N5ZsVurh10WosZvg7WDmord+PDfhHpRlfqBE =" ;
20+ hash = "sha256-S1JP7/D3U853fQU3a2pyL+dt/hVLDP3TB82tcGlcXVQ =" ;
2221 } ;
2322
2423 build-system = [
@@ -28,7 +27,6 @@ buildPythonPackage rec {
2827 dependencies = [
2928 aenum
3029 requests
31- simplejson
3230 ] ;
3331
3432 # no tests implemented
@@ -37,7 +35,7 @@ buildPythonPackage rec {
3735 pythonImportsCheck = [ "wallbox" ] ;
3836
3937 meta = with lib ; {
40- description = "Module for interacting with Wallbox EV charger api " ;
38+ description = "Module for interacting with Wallbox EV charger API " ;
4139 homepage = "https://github.com/cliviu74/wallbox" ;
4240 changelog = "https://github.com/cliviu74/wallbox/releases/tag/${ version } " ;
4341 license = licenses . mit ;
You can’t perform that action at this time.
0 commit comments