From 80a96abf52c33a799a79cde5e7bbb9de4386dee1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Mar 2023 22:09:48 +0800 Subject: [PATCH] python3-xlsxwriter: upgrade 3.0.8 -> 3.0.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.0.8.bb => python3-xlsxwriter_3.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.0.8.bb => python3-xlsxwriter_3.0.9.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb index 4b89ba68d..e4acf4159 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.9.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "ec77335fb118c36bc5ed1c89e33904d649e4989df2d7980f7d6a9dd95ee5874e" +SRC_URI[sha256sum] = "7216d39a2075afac7a28cad81f6ac31b0b16d8976bf1b775577d157346f891dd" BBCLASSEXTEND = "native nativesdk"