diff --git a/mingw-w64-python-pip-tools/PKGBUILD b/mingw-w64-python-pip-tools/PKGBUILD index aea422c635..cfa2ee4e4f 100644 --- a/mingw-w64-python-pip-tools/PKGBUILD +++ b/mingw-w64-python-pip-tools/PKGBUILD @@ -3,7 +3,7 @@ _realname=pip-tools pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.8.0 +pkgver=6.9.0 pkgrel=1 pkgdesc='A set of tools to keep your pinned Python dependencies fresh. (mingw-w64)' arch=('any') @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=("https://files.pythonhosted.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('39e8aee465446e02278d80dbebd4325d1dd8633248f43213c73a25f58e7d8a55') +sha256sums=('b4762359978fd81a2b4b666e6dca15266bdc65680d06900c4da34243f35e4b5d') prepare() { cd "$srcdir"