Skip to content

Commit 05c7a5d

Browse files
authored
python312Packages.aiohomeconnect: 0.9.0 -> 0.10.0 (#373974)
2 parents 36aa502 + 7c8d773 commit 05c7a5d

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)