diff --git a/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb similarity index 90% rename from meta/recipes-devtools/python/python3-pycairo_1.25.1.bb rename to meta/recipes-devtools/python/python3-pycairo_1.26.0.bb index 1599f6d39e..ea8b81be76 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb @@ -13,7 +13,7 @@ DEPENDS = "cairo python3" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz" GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/" -SRC_URI[sha256sum] = "7e2be4fbc3b4536f16db7a11982cbf713e75069a4d73d44fe5a49b68423f5c0c" +SRC_URI[sha256sum] = "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb" S = "${WORKDIR}/pycairo-${PV}"