python313Packages.aiohue: 4.7.3 -> 4.7.4
Diff: https://github.com/home-assistant-libs/aiohue/compare/refs/tags/4.7.3...4.7.4 Changelog: https://github.com/home-assistant-libs/aiohue/releases/tag/4.7.4
This commit is contained in:
committed by
Martin Weinelt
parent
f015b82c5b
commit
4888b63ff8
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiohue";
|
||||
version = "4.7.3";
|
||||
version = "4.7.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "home-assistant-libs";
|
||||
repo = "aiohue";
|
||||
tag = version;
|
||||
hash = "sha256-uS6pyJOntjbGa9UU1g53nuzgfP6AKAzN4meHrZY6Uic=";
|
||||
hash = "sha256-+vvdv8/rAoMdtH6XN9tq4zOLboTuz3CqruN2KkEMv+c=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user