Merge pull request #200673 from fabaff/wallbox-bump

python310Packages.wallbox: 0.4.10 -> 0.4.12
This commit is contained in:
Fabian Affolter 2022-11-12 14:43:22 +01:00 committed by GitHub
commit 0b2eb8c2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "wallbox";
version = "0.4.10";
version = "0.4.12";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+LJ0ggRUXFfqmiDbIF2ZWL6qsE6gOzp5OKMFSY3dGG0=";
sha256 = "sha256-/RM1tqtGBCUa1fcqh5yvVQMNzaEqpAUPonciEIE6lC4=";
};
propagatedBuildInputs = [