python3Packages.pymodbus: 2.5.1 -> 2.5.2
This commit is contained in:
parent
77523d2c66
commit
7b4d21de13
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymodbus";
|
pname = "pymodbus";
|
||||||
version = "2.5.1";
|
version = "2.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "riptideio";
|
owner = "riptideio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-b85jfBZfMZtqtmID+tGBgOe9o0BbmBH83UV71lYAI5c=";
|
sha256 = "sha256-jqVfBAjIdRBB5AYd0ZkMi7qAUR6vSYeBI4OYEv+mKwE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Twisted asynchronous version is not supported due to a missing dependency
|
# Twisted asynchronous version is not supported due to a missing dependency
|
||||||
|
Loading…
Reference in New Issue
Block a user