Skip to content

Commit 4ff7525

Browse files
committed
1 parent 05c7a5d commit 4ff7525

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/aiohomeconnect

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aiohomeconnect/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "aiohomeconnect";
22-
version = "0.10.0";
22+
version = "0.11.0";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "MartinHjelmare";
2929
repo = "aiohomeconnect";
3030
tag = "v${version}";
31-
hash = "sha256-3ugV0stIUdFlcjN+Z8N4GBrXbjBfZcYZmd3THSS7oZg=";
31+
hash = "sha256-fg3WusrONJtPO/IpHlXzO17C2OuQe28kprXrBG9PqMY=";
3232
};
3333

3434
pythonRelaxDeps = [ "httpx" ];

0 commit comments

Comments
 (0)