From 75951ec554c37f56bf1c1aebd15582baf8005eb0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 15 May 2023 14:12:50 +0200 Subject: [PATCH] python311Packages.aioecowitt: 2023.01.0 -> 2023.5.0 Diff: https://github.com/home-assistant-libs/aioecowitt/compare/refs/tags/2023.01.0...2023.5.0 Changelog: https://github.com/home-assistant-libs/aioecowitt/releases/tag/2023.5.0 --- pkgs/development/python-modules/aioecowitt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioecowitt/default.nix b/pkgs/development/python-modules/aioecowitt/default.nix index 4a5abb7fe94e..6d7600a1c7b6 100644 --- a/pkgs/development/python-modules/aioecowitt/default.nix +++ b/pkgs/development/python-modules/aioecowitt/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "aioecowitt"; - version = "2023.01.0"; + version = "2023.5.0"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-xOoKrGBkMEdpeiU1r27xlZp5s5sGJzvD7Ats+w6KR/o="; + hash = "sha256-uEA3OA/QOQ/h6ZMnb5hGQXHyqNO+KLmDSZMQBvmRwtE="; }; propagatedBuildInputs = [