Skip to content

Commit ccb612f

Browse files
committed
python3Packages.async-modbus: 0.2.2 -> 0.2.3
1 parent 4c574b7 commit ccb612f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/async-modbus

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/async-modbus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "async-modbus";
17-
version = "0.2.2";
17+
version = "0.2.3";
1818
format = "pyproject";
1919

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

2929
patches = [

0 commit comments

Comments
 (0)