Merge pull request #283549 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2024.1.7 -> 2024.1.8
This commit is contained in:
Fabian Affolter 2024-01-24 23:30:34 +01:00 committed by GitHub
commit b60d9091e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2024.1.7";
version = "2024.1.8";
pyproject = true;
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = "hahomematic";
rev = "refs/tags/${version}";
hash = "sha256-98biJ/BXFZV55FMRvT8QexzWVB2rfF/YVa66+HU06mI=";
hash = "sha256-ln+Dich2I503LA5nIWK9k3B83LjIBsRUmBv2xJmFRQI=";
};
__darwinAllowLocalNetworking = true;