From fcb681e2f317a3e4e66cda9e998ea192d60f7fd1 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sat, 21 Sep 2024 16:26:28 +0300 Subject: [PATCH] python-sympy: update to 1.13.3 --- mingw-w64-python-sympy/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-sympy/PKGBUILD b/mingw-w64-python-sympy/PKGBUILD index df9d38ea2cfd6..b99cabaeee0c3 100644 --- a/mingw-w64-python-sympy/PKGBUILD +++ b/mingw-w64-python-sympy/PKGBUILD @@ -3,7 +3,7 @@ _realname=sympy pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.13.2 +pkgver=1.13.3 pkgrel=1 pkgdesc="Symbolic manipulation package (Computer Algebra System), written in pure Python (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") options=(!strip) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('401449d84d07be9d0c7a46a64bd54fe097667d5e7181bfe67ec777be9e01cb13') +sha256sums=('b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"