From 3615f14fef4a965c4f03b87ef5f0eb6b418c4a9a Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 11 Dec 2021 19:58:24 +0100 Subject: [PATCH] python3-graphviz: update to 0.19 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-graphviz_0.18.bb => python3-graphviz_0.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-graphviz_0.18.bb => python3-graphviz_0.19.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.18.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.19.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-graphviz_0.18.bb rename to meta-python/recipes-devtools/python/python3-graphviz_0.19.bb index 200292d66..593cdb4e5 100644 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.18.bb +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.19.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=87cd8818b7e63c6a9c580034e80d7521" -SRC_URI[sha256sum] = "0f04e5f939d3a839b524283d590e941892c56e75e60e0f5238c431264f490022" +SRC_URI[sha256sum] = "b42554a1c47f24a9473b7f4e380d17b228586a067c97ea69d5354d6074be8dfd" inherit pypi setuptools3