From 20aa972740e386fcdb26cf3e84877103e8940e4e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 14 Oct 2024 04:56:59 +0000 Subject: [PATCH] python-hypothesis: update to 6.115.0 --- 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 f8b08a367d..65dda8b36b 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.114.0 +pkgver=6.115.0 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=('cdded8b9e3f8a8088a444ad525c06ac67a4d4f6605f672535c41fd9a49cd128f') +sha256sums=('0603fdfa80b0866997ea8a618ca62c468fa03b902b2d3559a4b485dba0630e51') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"