diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.1.3.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.2.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymodbus_3.1.3.bb rename to meta-python/recipes-devtools/python/python3-pymodbus_3.2.0.bb index 3750f5781..d792fdf97 100644 --- a/meta-python/recipes-devtools/python/python3-pymodbus_3.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.2.0.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=2c2223d66c7e674b40527b5a4c35bd76" DEPENDS += "python3-six-native" -SRC_URI[sha256sum] = "714e5d6b7e28c4016a94346e73033aff276b6ce8bd22e470ba4fd8b982e08a98" +SRC_URI[sha256sum] = "5769ac9a00ffc154e1761c69299c1968dcab1c2a61741b1caff89c4aea81dbcf" S = "${WORKDIR}/pymodbus-${PV}" inherit pypi setuptools3