mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pymodbus: 3.12.1 -> 3.13.1
https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.13.1
This commit is contained in:
parent
a8dcc967a6
commit
b1c4d54550
1 changed files with 2 additions and 2 deletions
|
|
@ -21,14 +21,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pymodbus";
|
||||
version = "3.12.1";
|
||||
version = "3.13.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pymodbus-dev";
|
||||
repo = "pymodbus";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ISfAqZu6BSuXoISo8me7Z7BjvoEj6c2KgvuScjEiqd4=";
|
||||
hash = "sha256-gaCD3bhwBXF08vn3v9OU2mT1WJycrqgtxUC8sRLmZ8Y=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue