python310Packages.homeconnect: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2022-08-15 02:32:55 +00:00
parent 86c285a353
commit 895a5fa6e1

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "homeconnect";
version = "0.7.1";
version = "0.7.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yEBi/9FVvLYYGMvsVZO94oGXEqXOdtHQ0G+6o2LEmOQ=";
hash = "sha256-wCx8Jh3NBTnYI+essH9toacjUaT4fS61SaAAZDCYZ4g=";
};
propagatedBuildInputs = [