From 1a7ea9a8b2af8999921c7279affd70c19a2b3976 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 18 Nov 2025 23:07:00 +0100 Subject: [PATCH] python-hypothesis: update to 6.148.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 b89d425fc7..017e4eaf6d 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.1 +pkgver=6.148.2 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=('98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7') +sha256sums=('07e65d34d687ddff3e92a3ac6b43966c193356896813aec79f0a611c5018f4b1') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"