Skip to content

Commit 7c8d773

Browse files
committed
1 parent 33d4a16 commit 7c8d773

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.9.0";
22+
version = "0.10.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-SHrhlchjyUPhf/LnIHB/b90aglboVArcQ/YTOw1vbII=";
31+
hash = "sha256-3ugV0stIUdFlcjN+Z8N4GBrXbjBfZcYZmd3THSS7oZg=";
3232
};
3333

3434
pythonRelaxDeps = [ "httpx" ];

0 commit comments

Comments
 (0)