python3Packages.asyncua: 1.1.5 -> 1.1.6

https://github.com/FreeOpcUa/opcua-asyncio/releases/tag/v1.1.6

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
asyncua
+3 -3
pkgs/development/python-modules/asyncua/default.nix
···
buildPythonPackage rec {
pname = "asyncua";
-
version = "1.1.5";
+
version = "1.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "FreeOpcUa";
repo = "opcua-asyncio";
tag = "v${version}";
-
hash = "sha256-XXjzYDOEBdA4uk0VCzscHrPCY2Lgin0JBAVDdxmSOio=";
+
hash = "sha256-GxjEbzPvley0EL7xuZWr1jzR9Lpui1fVL2FOWnRL34Q=";
fetchSubmodules = true;
};
···
meta = with lib; {
description = "OPC UA / IEC 62541 Client and Server for Python";
homepage = "https://github.com/FreeOpcUa/opcua-asyncio";
-
changelog = "https://github.com/FreeOpcUa/opcua-asyncio/releases/tag/v${version}";
+
changelog = "https://github.com/FreeOpcUa/opcua-asyncio/releases/tag/${src.tag}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ harvidsen ];
};