diff --git a/mingw-w64-python-structlog/PKGBUILD b/mingw-w64-python-structlog/PKGBUILD index 3a23304be0..6190123cbd 100644 --- a/mingw-w64-python-structlog/PKGBUILD +++ b/mingw-w64-python-structlog/PKGBUILD @@ -3,7 +3,7 @@ _realname=structlog pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=22.2.0 +pkgver=22.3.0 pkgrel=1 pkgdesc="Structured Logging for Python (mingw-w64)" url="https://www.structlog.org" @@ -26,7 +26,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-rich") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('4edfe1d9f15f8a4bf365a817f7182af5d610596c155434b7564bfe7d40c2753c') +sha256sums=('e7509391f215e4afb88b1b80fa3ea074be57a5a17d794bd436a5c949da023333') build() { msg "Python build for ${MSYSTEM}"