From e1fcc6f2b0a2e593f02c6a45eb50dddaa9a33ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 21 Nov 2025 15:10:56 -0800 Subject: [PATCH] python3Packages.aioautomower: 2.7.0 -> 2.7.1 Diff: https://github.com/Thomas55555/aioautomower/compare/v2.7.0...v2.7.1 Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/v2.7.1 --- pkgs/development/python-modules/aioautomower/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioautomower/default.nix b/pkgs/development/python-modules/aioautomower/default.nix index 63559a874bda..bc1eeaa85ddf 100644 --- a/pkgs/development/python-modules/aioautomower/default.nix +++ b/pkgs/development/python-modules/aioautomower/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "aioautomower"; - version = "2.7.0"; + version = "2.7.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "Thomas55555"; repo = "aioautomower"; tag = "v${version}"; - hash = "sha256-qhjfnneLJjdDDP4XrecSI/psqEqKGP5ziaPd/iRiZfM="; + hash = "sha256-+OzCs+yNU7ni+Lua2gAhaqYdb8dQz3lhtEdhdDgvMxo="; }; postPatch = ''