python310Packages.pymodbus: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2023-02-10 19:30:55 +00:00
parent 489acf9f80
commit 1dad98b003

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "pymodbus";
version = "3.1.2";
version = "3.1.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "pymodbus-dev";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kae/TADu23NnCrXkJ/dkDBNIgBm/+BxXf+lh8uMxz/s=";
hash = "sha256-GHyDlt046v4KP9KQRnXH6F+3ikoCjbhVHEQuSdm99a8=";
};
# Twisted asynchronous version is not supported due to a missing dependency