Signed-off-by: Artur Wiebe <[email protected]> --- rules/python3-cffi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/python3-cffi.make b/rules/python3-cffi.make index d23ce5c46..7edf9fb6f 100644 --- a/rules/python3-cffi.make +++ b/rules/python3-cffi.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_CFFI) += python3-cffi # # Paths and names # -PYTHON3_CFFI_VERSION := 1.15.0 -PYTHON3_CFFI_MD5 := f3a3f26cd3335fc597479c9475da0a0b +PYTHON3_CFFI_VERSION := 1.16.0 +PYTHON3_CFFI_MD5 := 0bcaed453da3004d0bea103038345c1e PYTHON3_CFFI := cffi-$(PYTHON3_CFFI_VERSION) PYTHON3_CFFI_SUFFIX := tar.gz PYTHON3_CFFI_URL := $(call ptx/mirror-pypi, cffi, $(PYTHON3_CFFI).$(PYTHON3_CFFI_SUFFIX)) -- 2.43.0
