python313Packages.pymodbus: 3.11.1 -> 3.11.2
Diff: https://github.com/pymodbus-dev/pymodbus/compare/v3.11.1...v3.11.2 Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.2
This commit is contained in:
committed by
Fabian Affolter
parent
62309ededd
commit
afcb5f21bb
@@ -21,16 +21,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymodbus";
|
||||
version = "3.11.1";
|
||||
version = "3.11.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pymodbus-dev";
|
||||
repo = "pymodbus";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wanWE0FDaTtIR2V5pjd7Vffp2C8qGYMyMrdG6pHFspo=";
|
||||
hash = "sha256-xfulpF6NrHM+qJZSlTW4Wb0GqYXQytepyB6bjy2eI9Y=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
optional-dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user