python3Packages.async-modbus: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2025-10-22 15:40:07 +00:00
parent 4c574b7e0c
commit ccb612fa02
@@ -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 = [