python3Packages.asyncua: 1.0.0 -> 1.0.1

Fixes tests for python 3.11
This commit is contained in:
harvidsen 2023-02-21 15:55:09 +01:00
parent e0c0a6c80c
commit 680d8810ee

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "asyncua";
version = "1.0.0";
version = "1.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "FreeOpcUa";
repo = "opcua-asyncio";
rev = "v${version}";
hash = "sha256-wBtI3ZlsvOkNvl/q0X9cm2hNRUBW1oB/kZOo8lqo4dQ=";
hash = "sha256-6A4z+tiQ2oUlB9t44wlW64j5sjWFMAgqT3Xt0FdJCBs=";
};
propagatedBuildInputs = [