From 968ca4880e149760dfffc68dded0f8eed0e47e9f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 12 Aug 2023 06:30:33 +0000 Subject: [PATCH] python-hypothesis: update to 6.84.2 --- mingw-w64-python-hypothesis/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-hypothesis/PKGBUILD b/mingw-w64-python-hypothesis/PKGBUILD index 1bfd7e3a3a..408372f8c5 100644 --- a/mingw-w64-python-hypothesis/PKGBUILD +++ b/mingw-w64-python-hypothesis/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=6.83.0 +pkgver=6.84.2 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha512sums=('1a973725b09143e379a391f7be81d55b93d760a781e17862afb21127214e867cac403473e50367d3a4e37a41a7087485e1493c65d4f7f434fd71c79099094a9b') +sha256sums=('82c7d4b696d211a8edd04dddd1077f13090b10263fee09648f7da389b749f7b0') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"