From 3c8c8eb80f3736e57f2d36c7cb4bc5bed405f6b3 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 18 Jan 2024 08:48:32 +0000 Subject: [PATCH] python-hypothesis: update to 6.96.1 --- 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 3e677976ff..12a3f735d5 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.92.2 +pkgver=6.96.1 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -38,7 +38,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") -sha256sums=('841f89a486c43bdab55698de8929bd2635639ec20bf6ce98ccd75622d7ee6d41') +sha256sums=('955a57e56be4607c81c17ca53e594af54aadeed91e07b88bb7f84e8208ea7739') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"