python3Packages.python-snap7: 1.4.1 -> 2.0.2

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:00 +01:00
parent 4f3cf97476
commit 3fc223a118
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python-snap7";
version = "1.4.1";
version = "2.0.2";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "gijzelaerr";
repo = "python-snap7";
tag = version;
hash = "sha256-CqLG5/U2k7WdZL5LfcFAnV1Q8HcIU7l36gi51lgB39s=";
hash = "sha256-mcdzgR0z2P5inK9Q+ZQhP5H8vZSaPbRCSEnt+wzG+ro=";
};
prePatch = ''