From 350dae371b6d0112b61d3675aa073ab1cfd36615 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:00:51 -0400 Subject: [PATCH] python3-async_generator: rebuild for Python 3.12 --- srcpkgs/python3-async_generator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template index b84fa1a9ed4..1079bfe3114 100644 --- a/srcpkgs/python3-async_generator/template +++ b/srcpkgs/python3-async_generator/template @@ -1,7 +1,7 @@ # Template file for 'python3-async_generator' pkgname=python3-async_generator version=1.10 -revision=5 +revision=6 build_style=python3-module pycompile_module="async_generator" hostmakedepends="python3-setuptools"