python310Packages.pymodbus: 3.1.3 -> 3.3.2

This commit is contained in:
R. Ryantm
2023-07-05 22:46:56 +02:00
committed by Martin Weinelt
parent 186d177fcd
commit fe250fa888
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pymodbus";
version = "3.1.3";
version = "3.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "pymodbus-dev";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GHyDlt046v4KP9KQRnXH6F+3ikoCjbhVHEQuSdm99a8=";
hash = "sha256-EGJyb0AVLKN7FEoeWF4rVqmJBNbXHent9P+cxc13rQs=";
};
# Twisted asynchronous version is not supported due to a missing dependency