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