From e6baa026e4e138fbf844b2385ff932f0228f3d13 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 5 Dec 2025 23:20:49 +0100 Subject: [PATCH] python-hypothesis: update to 6.148.7 --- 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 3731f7803f..a6f6e4201f 100644 --- a/mingw-w64-python-hypothesis/PKGBUILD +++ b/mingw-w64-python-hypothesis/PKGBUILD @@ -3,7 +3,7 @@ _realname=hypothesis pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.148.6 +pkgver=6.148.7 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -34,7 +34,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=('0ef1381f893650590f2c5918318d4c8240c79e481bbb621a49acc3dba868d80f') +sha256sums=('b96e817e715c5b1a278411e3b9baf6d599d5b12207ba25e41a8f066929f6c2a6') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"