diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-08-18 15:13:22 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-21 11:34:05 +0100 |
commit | 1358180db001d598a8c4726a162fe4da4c9bd443 (patch) | |
tree | 5634d8a55c7659ad8ec71712b86f53cb433a5e56 | |
parent | 1ac3a453d199114b41c4bd36f24ac3e7bc6ce1ee (diff) | |
download | openembedded-core-1358180db001d598a8c4726a162fe4da4c9bd443.tar.gz |
python3-pygments: upgrade 2.15.1 -> 2.16.1
Changelog: https://github.com/pygments/pygments/blob/master/CHANGES
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pygments_2.16.1.bb (renamed from meta/recipes-devtools/python/python3-pygments_2.15.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.15.1.bb b/meta/recipes-devtools/python/python3-pygments_2.16.1.bb index e0e477100e..240d01d0df 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.15.1.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.16.1.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c" +SRC_URI[sha256sum] = "1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29" DEPENDS += "\ ${PYTHON_PN} \ |