From dafea096b9c9e6386dedd982575907abde9f0178 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:34 -0700 Subject: [PATCH] python3-xlsxwriter: upgrade 3.1.8 -> 3.1.9 Signed-off-by: Khem Raj --- ...{python3-xlsxwriter_3.1.8.bb => python3-xlsxwriter_3.1.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.1.8.bb => python3-xlsxwriter_3.1.9.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb index 06797f4857..ee7dab35cb 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb @@ -16,6 +16,6 @@ RDEPENDS:${PN} += " \ python3-io \ " -SRC_URI[sha256sum] = "059d0786fbfa3055588e81e9d5acf4ace28394bf09353a31ae2cae635740fc15" +SRC_URI[sha256sum] = "de810bf328c6a4550f4ffd6b0b34972aeb7ffcf40f3d285a0413734f9b63a929" BBCLASSEXTEND = "native nativesdk"