We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36aa502 + 7c8d773 commit 05c7a5dCopy full SHA for 05c7a5d
pkgs/development/python-modules/aiohomeconnect/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "aiohomeconnect";
22
- version = "0.9.0";
+ version = "0.10.0";
23
pyproject = true;
24
25
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "MartinHjelmare";
29
repo = "aiohomeconnect";
30
tag = "v${version}";
31
- hash = "sha256-SHrhlchjyUPhf/LnIHB/b90aglboVArcQ/YTOw1vbII=";
+ hash = "sha256-3ugV0stIUdFlcjN+Z8N4GBrXbjBfZcYZmd3THSS7oZg=";
32
};
33
34
pythonRelaxDeps = [ "httpx" ];
0 commit comments