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 211fd48 + 7853932 commit 5e67e29Copy full SHA for 5e67e29
pkgs/development/python-modules/aioautomower/default.nix
@@ -22,7 +22,7 @@
22
23
buildPythonPackage rec {
24
pname = "aioautomower";
25
- version = "2.1.2";
+ version = "2.2.0";
26
pyproject = true;
27
28
disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
owner = "Thomas55555";
32
repo = "aioautomower";
33
tag = "v${version}";
34
- hash = "sha256-NQCkJLVOqqKodSclx941HCEEBLS6gJuNS1uZysuXf8A=";
+ hash = "sha256-U7TXWKiVz7wnf/d75MWNG7FwTch8tV/XVowMV+U3qc8=";
35
};
36
37
postPatch = ''
0 commit comments