Commit 1dad98b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.pymodbus: 3.1.2 -> 3.1.3

parent 489acf9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "pymodbus";
  version = "3.1.2";
  version = "3.1.3";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "pymodbus-dev";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-kae/TADu23NnCrXkJ/dkDBNIgBm/+BxXf+lh8uMxz/s=";
    hash = "sha256-GHyDlt046v4KP9KQRnXH6F+3ikoCjbhVHEQuSdm99a8=";
  };

  # Twisted asynchronous version is not supported due to a missing dependency