summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-22 12:17:41 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:15 +0000
commit8c3eb79d91351bba8be0eadb3cce60b8327fc232 (patch)
treef484170688ed034e6a33d9fc60811614f416dfcb
parent0f774c4ac0c71f4806e455a8b9ea7e13cc2f22da (diff)
downloadopenembedded-core-8c3eb79d91351bba8be0eadb3cce60b8327fc232.tar.gz
python3-pycairo: update to 1.15.4
Update to the latest stable release Tested in qemux86-64 running core-image-minimal Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pycairo_1.15.4.bb (renamed from meta/recipes-devtools/python/python3-pycairo_1.15.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb b/meta/recipes-devtools/python/python3-pycairo_1.15.4.bb
index 9022482fd5..a6c9e5a625 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.15.4.bb
@@ -13,8 +13,8 @@ DEPENDS = "cairo"
SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
-SRC_URI[md5sum] = "7390cd413271fe5569f6eef73d72bf7a"
-SRC_URI[sha256sum] = "8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d"
+SRC_URI[md5sum] = "89f04740078fb5f4e4dd92a0c4d3b537"
+SRC_URI[sha256sum] = "ee4c3068c048230e5ce74bb8994a024711129bde1af1d76e3276c7acd81c4357"
S = "${WORKDIR}/pycairo-${PV}"