Commit ccb612fa authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.async-modbus: 0.2.2 -> 0.2.3

parent 4c574b7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "async-modbus";
  version = "0.2.2";
  version = "0.2.3";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "tiagocoutinho";
    repo = "async_modbus";
    tag = "v${version}";
    hash = "sha256-xms2OfX5bHPXswwhLhyh6HFsm1YqDwKclUirxrgL4i0=";
    hash = "sha256-d4TTs3TtD/9eFdzXBaY+QeAMeRWTvsWeaxONeG0AXJU=";
  };

  patches = [