From 7fa3877f024b57840971216e8a21fcd9bc008faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 16 Aug 2023 18:36:03 -0300 Subject: [PATCH] python3-cvxopt: update to 1.3.2. --- srcpkgs/python3-cvxopt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cvxopt/template b/srcpkgs/python3-cvxopt/template index 7e85f1c5628b5..11943f6cfe75f 100644 --- a/srcpkgs/python3-cvxopt/template +++ b/srcpkgs/python3-cvxopt/template @@ -1,6 +1,6 @@ # Template file for 'python3-cvxopt' pkgname=python3-cvxopt -version=1.3.1 +version=1.3.2 revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" @@ -14,7 +14,7 @@ license="GPL-3.0-or-later" homepage="http://cvxopt.org/" changelog="https://github.com/cvxopt/cvxopt/releases" distfiles="${PYPI_SITE}/c/cvxopt/cvxopt-${version}.tar.gz" -checksum=8d567981cbfa2a4ba1667b3e6f73cb941cf1c6992bf1438911035963294aa498 +checksum=3461fa42c1b2240ba4da1d985ca73503914157fc4c77417327ed6d7d85acdbe6 build_options="openblas"