nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.aiohue: 4.6.1 -> 4.6.2

Diff: https://github.com/home-assistant-libs/aiohue/compare/refs/tags/4.6.1...4.6.2

Changelog: https://github.com/home-assistant-libs/aiohue/releases/tag/4.6.2

authored by

Fabian Affolter and committed by
Martin Weinelt
d91d7829 0b9bbd0d

+2 -2
+2 -2
pkgs/development/python-modules/aiohue/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aiohue"; 13 - version = "4.6.1"; 13 + version = "4.6.2"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "home-assistant-libs"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-ATM4s2W1Gw98TysfqHVA/McerZStHaUK5eMrSU9+uOI="; 22 + hash = "sha256-DzslGfKwsXXWWhbTb0apJCsnNdnUe7AbvrRT8ZnPbVU="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [