Unverified Commit e167fca5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254092 from fabaff/pymodbus-bump

python311Packages.pymodbus: 3.5.0 -> 3.5.1
parents 24b3f82b 2b61909c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "pymodbus";
  version = "3.5.0";
  version = "3.5.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "pymodbus-dev";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-ZoGpMhJng46nW7v/QgjGCsFZV6xV4PSh9/DH1d2dzdg=";
    hash = "sha256-YFA9msaPOPDbQPkDbT8Rl7jWafUX8eFnV4JimSg+mmc=";
  };

  passthru.optional-dependencies = {