python312Packages.pyoverkiz: 1.16.1 -> 1.16.2 (#388069)

Changed files
+3 -3
pkgs
development
python-modules
pyoverkiz
+3 -3
pkgs/development/python-modules/pyoverkiz/default.nix
···
buildPythonPackage rec {
pname = "pyoverkiz";
-
version = "1.16.1";
+
version = "1.16.2";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "iMicknl";
repo = "python-overkiz-api";
tag = "v${version}";
-
hash = "sha256-Y5iXNRjsw85QUByFtqCA3XNbmuGIogEVqJp6Xa5iW10=";
+
hash = "sha256-yNRo1rF/00McpDhjjLmjirOKx3kMZk+kTDYGSdx/Mvo=";
};
build-system = [ poetry-core ];
···
meta = with lib; {
description = "Module to interact with the Somfy TaHoma API or other OverKiz APIs";
homepage = "https://github.com/iMicknl/python-overkiz-api";
-
changelog = "https://github.com/iMicknl/python-overkiz-api/releases/tag/v${version}";
+
changelog = "https://github.com/iMicknl/python-overkiz-api/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};