Skip to content

Commit 1402d16

Browse files
committed
python-sqlalchemy: update to 2.0.45
1 parent cfd5491 commit 1402d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-sqlalchemy/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=sqlalchemy
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2.0.44
6+
pkgver=2.0.45
77
pkgrel=1
88
pkgdesc="Python SQL toolkit and Object Relational Mapper (mingw-w64)"
99
arch=('any')
@@ -28,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
2828
"${MINGW_PACKAGE_PREFIX}-python-pytest-xdist"
2929
"${MINGW_PACKAGE_PREFIX}-python-mock")
3030
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
31-
sha256sums=('0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22')
31+
sha256sums=('1632a4bda8d2d25703fdad6363058d882541bdaaee0e5e3ddfa0cd3229efce88')
3232

3333
build() {
3434
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)