Merge pull request from r-ryantm/auto-update/python311Packages.wallbox

python311Packages.wallbox: 0.6.0 -> 0.7.0
This commit is contained in:
Weijia Wang 2024-06-02 19:56:18 +02:00 committed by GitHub
commit dca6addd06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,22 +5,27 @@
fetchPypi,
pythonOlder,
requests,
setuptools,
simplejson,
}:
buildPythonPackage rec {
pname = "wallbox";
version = "0.6.0";
format = "setuptools";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-COZHMkAbTFZKi/b4e6toC4gPj1MPfGN4aBVi6SglrBI=";
hash = "sha256-8taZpC1N5ZsVurh10WosZvg7WDmord+PDfhHpRlfqBE=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
aenum
requests
simplejson