From 8ad665fb734a87f28aedb542b434134914952a2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:01 -0400 Subject: [PATCH] python3-mpmath: rebuild for Python 3.11 --- srcpkgs/python3-mpmath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template index edd45ee5b6e..87c2455898d 100644 --- a/srcpkgs/python3-mpmath/template +++ b/srcpkgs/python3-mpmath/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpmath' pkgname=python3-mpmath version=1.2.1 -revision=3 +revision=4 wrksrc="mpmath-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm"