Merge pull request #176003 from dotlambda/wallbox-0.4.9

python310Packages.wallbox: 0.4.8 -> 0.4.9
This commit is contained in:
Martin Weinelt 2022-06-07 00:19:46 +02:00 committed by GitHub
commit 203599b097
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.8";
version = "0.4.9";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "f8965b0ae3a873f570986e712a4e667d0b6634c9e3afb51fbd5596856412878c";
sha256 = "90e664cf7d99eb1baf20a9ff5fd415dfa14ddafabcefd606e15b5bcd25f969e9";
};
propagatedBuildInputs = [