From 45215f4701e4de4da3c2d49f62ffa5ce3456d74b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Oct 2022 14:07:24 +0200 Subject: [PATCH 1/2] python310Packages.aioswitcher: 3.0.0 -> 3.0.2 --- pkgs/development/python-modules/aioswitcher/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index d5b1aa4287b6..2ddc3200435a 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "aioswitcher"; - version = "3.0.0"; + version = "3.0.2"; format = "pyproject"; src = fetchFromGitHub { owner = "TomerFi"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-zJS09YQRMv3B0daW0cgBRPoLQkPyGuBgMohf6E2yqaM="; + hash = "sha256-0BLEhSsmsSeozv8t7CFvoTnKqQa+rUy6Mzpse0pnrqU="; }; nativeBuildInputs = [ @@ -54,7 +54,9 @@ buildPythonPackage rec { "test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string" ]; - pythonImportsCheck = [ "aioswitcher" ]; + pythonImportsCheck = [ + "aioswitcher" + ]; meta = with lib; { description = "Python module to interact with Switcher water heater"; From 7b75f98df50df3e0b7a80e0bedcf65a22e75357a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Oct 2022 20:43:55 +0200 Subject: [PATCH 2/2] python310Packages.aioswitcher: 3.0.2 -> 3.0.3 --- pkgs/development/python-modules/aioswitcher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index 2ddc3200435a..79cc6fa5c74e 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "aioswitcher"; - version = "3.0.2"; + version = "3.0.3"; format = "pyproject"; src = fetchFromGitHub { owner = "TomerFi"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-0BLEhSsmsSeozv8t7CFvoTnKqQa+rUy6Mzpse0pnrqU="; + hash = "sha256-CHyJuIqJpO7wUmOyeDXa4oBvxMthC96OCECtg13gqe0="; }; nativeBuildInputs = [