Skip to content

Commit

Permalink
python312Packages.aiohomeconnect: 0.10.0 -> 0.11.0 (NixOS#374011)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 15, 2025
2 parents 58ad37b + 4ff7525 commit 42679b9
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.10.0";
version = "0.11.0";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiohomeconnect";
tag = "v${version}";
hash = "sha256-3ugV0stIUdFlcjN+Z8N4GBrXbjBfZcYZmd3THSS7oZg=";
hash = "sha256-fg3WusrONJtPO/IpHlXzO17C2OuQe28kprXrBG9PqMY=";
};

pythonRelaxDeps = [ "httpx" ];
Expand Down

0 comments on commit 42679b9

Please sign in to comment.