From db66ccdd848ec07ba22cc0064c7f490c7a67bae1 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 15 Jan 2023 09:54:27 +0000 Subject: [PATCH] python-alembic: update to 1.9.2 --- mingw-w64-python-alembic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-alembic/PKGBUILD b/mingw-w64-python-alembic/PKGBUILD index 69564c6a51..f05fc4d810 100644 --- a/mingw-w64-python-alembic/PKGBUILD +++ b/mingw-w64-python-alembic/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=1.9.1 +pkgver=1.9.2 pkgrel=1 pkgdesc="Lightweight database migration tool for usage with SQLAlchemy (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-mock") options=('staticlibs' 'strip' '!debug') source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz) -sha512sums=('143a62bab08c654c5846ff7ba1021dfb96d3a4b0e699d9c4bd692fda250f47b0ee10cb3238b769e8117b09ac495bdd97a6dbd290b29659b5121754be9a161331') +sha512sums=('d878d48d140be68facdaf0ec25f8582c9e10a369b23e9ee035ae63f8f2ad52d50464c5b8e9c666307edd1a797b6a2c495e56fa890f7dc8f46b3d75a726905ded') prepare() { cd "${srcdir}"