From 2c072490e79cdb024a17e27d19d772d57be6e39f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Thu, 23 Mar 2023 01:05:31 +0000 Subject: [PATCH] python-pydantic: update to 1.10.7 --- mingw-w64-python-pydantic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pydantic/PKGBUILD b/mingw-w64-python-pydantic/PKGBUILD index 4ae4b31fb1..89f4f40f2d 100644 --- a/mingw-w64-python-pydantic/PKGBUILD +++ b/mingw-w64-python-pydantic/PKGBUILD @@ -3,7 +3,7 @@ _realname=pydantic pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.10.6 +pkgver=1.10.7 pkgrel=1 pkgdesc="Data validation and settings management using python type hints (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" makedepends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('cf95adb0d1671fc38d8c43dd921ad5814a735e7d9b4d9e437c088002863854fd') +sha256sums=('cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e') build() { cd "${srcdir}"