Skip to content

Commit

Permalink
python311Packages.pymodbus: 3.6.8 -> 3.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jun 27, 2024
1 parent 1032399 commit 0cad750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pymodbus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "pymodbus";
version = "3.6.8";
version = "3.6.9";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "pymodbus-dev";
repo = "pymodbus";
rev = "refs/tags/v${version}";
hash = "sha256-6Rt5fbuaeAgbW5KKse1zZIJyq/p2P2MjXGwA7q0C7wA=";
hash = "sha256-ScqxDO0hif8p3C6+vvm7FgSEQjCXBwUPOc7Y/3OfkoI=";
};

postPatch = ''
Expand Down

0 comments on commit 0cad750

Please sign in to comment.