diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb index 0b221c7e9..3963f066c 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d" -SRC_URI[sha256sum] = "bddfc5bd1dee5db0fddc9dab26f800c283f3243e7281bbf107200fed30125f9c" +SRC_URI[sha256sum] = "8d97b37b4e60073c38bcf94e289e3be09ef9be870de88d163f16e08f2b9ded1a" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3