From ecd4f7a8fd1613f2e86ebb8fae24fdea60cd5a90 Mon Sep 17 00:00:00 2001 From: Naveen Date: Tue, 19 Oct 2021 12:26:28 +0000 Subject: [PATCH] python-tqdm: update to 4.62.3 --- 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 57cdfa0157..e1062ce275 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.62.2 +pkgver=4.62.3 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter (mingw-w64)' arch=('any') @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-colorama") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=("${_realname}-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha256sums=('c461d885ceaab8f4ac44e50e5ef9ea2e49788b3e5ee6e204a9a449fdb6f2b130') +sha256sums=('c6c0bace914d9e7aab60b46a83f4943e0f136e572f98ab8193f98ce9cbf4ce65') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver