From f48251d131057d336b2fd283248671c51a115e04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:39 -0400 Subject: [PATCH] python3-dill: rebuild for Python 3.11 --- srcpkgs/python3-dill/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template index 045c86d3714..b8fd5c30438 100644 --- a/srcpkgs/python3-dill/template +++ b/srcpkgs/python3-dill/template @@ -1,7 +1,7 @@ # Template file for 'python3-dill' pkgname=python3-dill version=0.3.5.1 -revision=1 +revision=2 wrksrc="dill-$version" build_style=python3-module hostmakedepends="python3-setuptools"