From 103bf290a800ffc2f73a754b26e2ae609d495af6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 30 Sep 2024 08:03:48 +0000 Subject: [PATCH] python-cattrs: update to 24.1.2 --- mingw-w64-python-cattrs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-cattrs/PKGBUILD b/mingw-w64-python-cattrs/PKGBUILD index 6fb04d9baf..49b36bfe11 100644 --- a/mingw-w64-python-cattrs/PKGBUILD +++ b/mingw-w64-python-cattrs/PKGBUILD @@ -3,7 +3,7 @@ _realname=cattrs pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=24.1.1 +pkgver=24.1.2 pkgrel=1 pkgdesc='Complex custom class converters for attrs (mingw-w64)' arch=('any') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatch-vcs") options=('!emptydirs') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08') +sha256sums=('8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"