From deae084ea517fd748544450b6df0605a622feee5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 13 Oct 2022 16:21:43 -0400 Subject: [PATCH] python3-contourpy: rebuild for Python 3.11 --- srcpkgs/python3-contourpy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template index 84fb3c9d6af..f50df922721 100644 --- a/srcpkgs/python3-contourpy/template +++ b/srcpkgs/python3-contourpy/template @@ -1,7 +1,7 @@ # Template file for 'python3-contourpy' pkgname=python3-contourpy version=1.0.5 -revision=1 +revision=2 wrksrc="contourpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pybind11"