Skip to content

Commit 5e67e29

Browse files
authored
python313Packages.aioautomower: 2.1.2 -> 2.2.0 (#437293)
2 parents 211fd48 + 7853932 commit 5e67e29

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

2323
buildPythonPackage rec {
2424
pname = "aioautomower";
25-
version = "2.1.2";
25+
version = "2.2.0";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "Thomas55555";
3232
repo = "aioautomower";
3333
tag = "v${version}";
34-
hash = "sha256-NQCkJLVOqqKodSclx941HCEEBLS6gJuNS1uZysuXf8A=";
34+
hash = "sha256-U7TXWKiVz7wnf/d75MWNG7FwTch8tV/XVowMV+U3qc8=";
3535
};
3636

3737
postPatch = ''

0 commit comments

Comments
 (0)