Merge pull request #280942 from r-ryantm/auto-update/python311Packages.hahomematic

python311Packages.hahomematic: 2024.1.6 -> 2024.1.7
This commit is contained in:
Nick Cao 2024-01-14 11:52:12 -05:00 committed by GitHub
commit 2d658a08c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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