Merge pull request #181185 from r-ryantm/auto-update/python3.10-hahomematic

python310Packages.hahomematic: 2022.7.3 -> 2022.7.5
This commit is contained in:
Fabian Affolter 2022-07-12 09:56:35 +02:00 committed by GitHub
commit e11544e53e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2022.7.3";
version = "2022.7.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-nzP2BvEH9PytauF0q86s4vCSEuGtku+WIu4ttIzf8bU=";
sha256 = "sha256-VCm94/kMQl9gbt7Veefo75z1PuOd4faUMGbBxLI/ZUs=";
};
propagatedBuildInputs = [