From 084615ce0547b49ee96931cef2915125ca0ff893 Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 26 Aug 2022 11:01:21 +0800 Subject: [PATCH] python3-pygments: upgrade 2.12.0 -> 2.13.0 Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli --- .../{python3-pygments_2.12.0.bb => python3-pygments_2.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.12.0.bb => python3-pygments_2.13.0.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-pygments_2.12.0.bb b/meta/recipes-devtools/python/python3-pygments_2.13.0.bb similarity index 83% rename from meta/recipes-devtools/python/python3-pygments_2.12.0.bb rename to meta/recipes-devtools/python/python3-pygments_2.13.0.bb index b47e0aff67c..59706cc2003 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.12.0.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.13.0.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" inherit setuptools3 -SRC_URI[sha256sum] = "5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb" +SRC_URI[sha256sum] = "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1" DEPENDS += "\ ${PYTHON_PN} \ -- 2.47.3