diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.14.4.bb b/meta-python/recipes-devtools/python/python3-cffi_1.14.5.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cffi_1.14.4.bb rename to meta-python/recipes-devtools/python/python3-cffi_1.14.5.bb index 45962c6ce8..16928f0dbc 100644 --- a/meta-python/recipes-devtools/python/python3-cffi_1.14.4.bb +++ b/meta-python/recipes-devtools/python/python3-cffi_1.14.5.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[sha256sum] = "1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c" +SRC_URI[sha256sum] = "fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c" inherit pypi setuptools3