Skip to content

Commit e55dc60

Browse files
authored
python313Packages.wallbox: 0.7.0 -> 0.8.0 (#388032)
2 parents e2f6e5d + 2e0a273 commit e55dc60

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkgs/development/python-modules/wallbox/default.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
66
pythonOlder,
77
requests,
88
setuptools,
9-
simplejson,
109
}:
1110

1211
buildPythonPackage 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;

0 commit comments

Comments
 (0)