Skip to content

Commit

Permalink
python312Packages.aiohomeconnect: 0.11.2 -> 0.11.4 (NixOS#377378)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 27, 2025
2 parents d1016a5 + 026ee7f commit 0542e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiohomeconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "aiohomeconnect";
version = "0.11.2";
version = "0.11.4";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiohomeconnect";
tag = "v${version}";
hash = "sha256-YnQypKeVYoHD445fv9n643qIqjTCInCfbTHPUrMePJI=";
hash = "sha256-feAjp1DjZeNTOf0lWN23pap7oDiqSx0v6tf6uIVf1fU=";
};

pythonRelaxDeps = [ "httpx" ];
Expand Down

0 comments on commit 0542e87

Please sign in to comment.