diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.22.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.23.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.22.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.23.bb index cf127241d..d962ea7d9 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.22.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.23.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ application developers the full power and flexibility of SQL" HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c19467890539ff718c00a019c9c7a7b2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" -SRC_URI[sha256sum] = "758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc" +SRC_URI[sha256sum] = "6fca33672578666f657c131552c4ef8979c1606e494f78cd5199742dfb26918b" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3