python3Packages.pymodbus: 3.13.1 -> 3.14.0
Diff: https://github.com/pymodbus-dev/pymodbus/compare/v3.13.1...v3.14.0 Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.14.0
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pymodbus";
|
||||
version = "3.13.1";
|
||||
version = "3.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pymodbus-dev";
|
||||
repo = "pymodbus";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-gaCD3bhwBXF08vn3v9OU2mT1WJycrqgtxUC8sRLmZ8Y=";
|
||||
hash = "sha256-abU7hOXXJuoBHqSCL4++4ZHZcG8hcyLCMw56eBz1eQc=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
Reference in New Issue
Block a user