python311Packages.pymodbus: 3.6.5 -> 3.6.6
Diff: https://github.com/pymodbus-dev/pymodbus/compare/refs/tags/v3.6.5...v3.6.6 Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.6.6
This commit is contained in:
parent
60810be1ef
commit
69aff002d3
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymodbus";
|
||||
version = "3.6.5";
|
||||
version = "3.6.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||
owner = "pymodbus-dev";
|
||||
repo = "pymodbus";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-BWoonOmKTvl5pKvdysmrCTHL6Bf3NGULXI6dpP5t/C0=";
|
||||
hash = "sha256-CnMCHFwzNyzTgVyFDSlE7ggI6eXXYbtGuERIomUa3uA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue