From a295c480ed032d3707143bac4f04d25b27a12ec6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:47 -0400 Subject: [PATCH] tuimoji: rebuild for Python 3.12 --- srcpkgs/tuimoji/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template index 9016a715c05..c5421ecdaad 100644 --- a/srcpkgs/tuimoji/template +++ b/srcpkgs/tuimoji/template @@ -1,7 +1,7 @@ # Template file for 'tuimoji' pkgname=tuimoji version=1.0.0 -revision=6 +revision=7 build_style=python3-module pycompile_module="tuimoji" hostmakedepends="python3-setuptools"