Merge pull request #288982 from fabaff/aiohue-bump

python311Packages.aiohue: 4.7.0 -> 4.7.1
This commit is contained in:
Fabian Affolter 2024-02-21 09:13:56 +01:00 committed by GitHub
commit 8b5828213f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiohue";
version = "4.7.0";
version = "4.7.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t48rUPAM0XpbDreCwHU/smoyhPtxhwrpDkb1170GkQM=";
hash = "sha256-/9kATmBNhKXt2PWB1pRdMJr+QzP23ajQK+jA8BuJ7J4=";
};
postPatch = ''