From c5147ea267393776511ae02426c3bfeaa26a5ec0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:08 +0100 Subject: [PATCH] python3Packages.aioswitcher: 6.0.0 -> 6.0.1 https://github.com/TomerFi/aioswitcher/releases/tag/6.0.1 --- pkgs/development/python-modules/aioswitcher/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aioswitcher/default.nix b/pkgs/development/python-modules/aioswitcher/default.nix index e1d1d69a8275..3c28761217df 100644 --- a/pkgs/development/python-modules/aioswitcher/default.nix +++ b/pkgs/development/python-modules/aioswitcher/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "aioswitcher"; - version = "6.0.0"; + version = "6.0.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "TomerFi"; repo = "aioswitcher"; tag = version; - hash = "sha256-nf4PEitfM9uYOlmm/cfILnFo/xx8g7rjYn2nkf3gjMg="; + hash = "sha256-w1gTLieZkn4iGrswyqRjwMrHX9ZtEMPB2zaKblJFlSw="; }; __darwinAllowLocalNetworking = true; @@ -74,7 +74,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python module to interact with Switcher water heater"; homepage = "https://github.com/TomerFi/aioswitcher"; - changelog = "https://github.com/TomerFi/aioswitcher/releases/tag/${version}"; + changelog = "https://github.com/TomerFi/aioswitcher/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };