python3Packages.aioswitcher: 6.0.0 -> 6.0.1

https://github.com/TomerFi/aioswitcher/releases/tag/6.0.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:33 +01:00
parent 4bbf5300d4
commit c5147ea267
@@ -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 ];
};