Skip to content

Commit

Permalink
Merge pull request #288982 from fabaff/aiohue-bump
Browse files Browse the repository at this point in the history
python311Packages.aiohue: 4.7.0 -> 4.7.1
  • Loading branch information
fabaff authored Feb 21, 2024
2 parents b795634 + d6d6c8e commit 8b58282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiohue/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "aiohue";
version = "4.7.0";
version = "4.7.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -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 = ''
Expand Down

0 comments on commit 8b58282

Please sign in to comment.