From a6461d925e28e88f94ea1e2162610b7ad5bb7bec Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 11 Nov 2025 21:53:27 +0000 Subject: [PATCH] python3Packages.tesla-wall-connector: 1.0.2 -> 1.1.0 --- .../python-modules/tesla-wall-connector/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tesla-wall-connector/default.nix b/pkgs/development/python-modules/tesla-wall-connector/default.nix index c05c23ef63d5..0194e2d22761 100644 --- a/pkgs/development/python-modules/tesla-wall-connector/default.nix +++ b/pkgs/development/python-modules/tesla-wall-connector/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "tesla-wall-connector"; - version = "1.0.2"; + version = "1.1.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "einarhauks"; repo = "tesla-wall-connector"; rev = version; - hash = "sha256-GblKXWV9h37E3bxNsx17hEe0uDm8ahzJUx8wiE+Vc38="; + hash = "sha256-3jj3LU0xRIC6U5DmitkTNjejvSZJWguTS/TeotOD8oc="; }; nativeBuildInputs = [ poetry-core ];