From f3d2c14a64bbdc4a5c57ea81bc81ba751cc02830 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 11 Jan 2025 11:27:23 +0100 Subject: [PATCH] python-hypothesis: Update to 6.123.13 --- 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 d08316c12f..27b61250cd 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.123.7 +pkgver=6.123.13 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python (mingw-w64)" arch=('any') @@ -32,7 +32,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=('c88f21fba1e8f893a43c04ca422acdf13b182b8272b4d530f5bbaa753e381232') +sha256sums=('4a680787b7f84d7df918d9c05203677931495e548bbc962aa1c9e4643add58f3') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"