From e55ccc063acf29aaf6fbc3798efa99aecf236463 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Fri, 20 Nov 2020 00:06:54 -0800 Subject: [PATCH] tqdm 4.52 --- mingw-w64-python-tqdm/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-tqdm/PKGBUILD b/mingw-w64-python-tqdm/PKGBUILD index 3840d27aae..c667d88da0 100644 --- a/mingw-w64-python-tqdm/PKGBUILD +++ b/mingw-w64-python-tqdm/PKGBUILD @@ -3,7 +3,7 @@ _realname=tqdm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.51.0 +pkgver=4.52.0 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-nose" "${MINGW_PACKAGE_PREFIX}-python-coverage" "${MINGW_PACKAGE_PREFIX}-python-flake8") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha256sums=('9701eebabd62664bc4a8d451cf0d65eae44a93593969492f4ee602a60725afd5') +sha256sums=('ae56e568e9651a083719b6678ab3544be7104ce7a136c4027048fd6971b8087f') prepare() { cd "$srcdir"