Skip to content

Commit 5f833dd

Browse files
authored
python313Packages.modbus-tk: 1.1.4 -> 1.1.5 (#405839)
2 parents 3bb8fa0 + 5b52f27 commit 5f833dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
buildPythonPackage rec {
1111
pname = "modbus-tk";
12-
version = "1.1.4";
12+
version = "1.1.5";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.10";
1616

1717
src = fetchPypi {
1818
pname = "modbus_tk";
1919
inherit version;
20-
hash = "sha256-aJd3ZusQRplz3VaigUvZgbhd0YC3kEMkh4bYgAjyWTs=";
20+
hash = "sha256-d6cqOtnV0yodIRC8BCFmgMpX11IpEuDycem/XxtwGzY=";
2121
};
2222

2323
build-system = [ setuptools ];

0 commit comments

Comments
 (0)