We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c574b7 commit ccb612fCopy full SHA for ccb612f
pkgs/development/python-modules/async-modbus/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "async-modbus";
17
- version = "0.2.2";
+ version = "0.2.3";
18
format = "pyproject";
19
20
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "tiagocoutinho";
24
repo = "async_modbus";
25
tag = "v${version}";
26
- hash = "sha256-xms2OfX5bHPXswwhLhyh6HFsm1YqDwKclUirxrgL4i0=";
+ hash = "sha256-d4TTs3TtD/9eFdzXBaY+QeAMeRWTvsWeaxONeG0AXJU=";
27
};
28
29
patches = [
0 commit comments