Merge pull request #122900 from fabaff/bump-pymodbus

python3Packages.pymodbus: 2.5.1 -> 2.5.2
This commit is contained in:
Martin Weinelt 2021-05-14 03:19:34 +02:00 committed by GitHub
commit 3f32ab225b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "pymodbus";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "riptideio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-b85jfBZfMZtqtmID+tGBgOe9o0BbmBH83UV71lYAI5c=";
sha256 = "sha256-jqVfBAjIdRBB5AYd0ZkMi7qAUR6vSYeBI4OYEv+mKwE=";
};
# Twisted asynchronous version is not supported due to a missing dependency