python3Packages.pymodbus: 2.4.0 -> 2.5.0

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:54 -07:00 committed by Frederik Rietdijk
parent d01e18f93f
commit 3cfb6884ca

View File

@ -15,13 +15,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pymodbus"; pname = "pymodbus";
version = "2.4.0"; version = "2.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "riptideio"; owner = "riptideio";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0x0dv02shcc2yxxm9kvcbhip111sna74dvcfssxdzzy967vnq76v"; sha256 = "1ri4sy5axs4a1wg1qffp0k2z5v309612y8mfbxnb06fizqdkbclf";
}; };
# Twisted asynchronous version is not supported due to a missing dependency # Twisted asynchronous version is not supported due to a missing dependency