From 1802a51b55b702502b002906870cc31c36938505 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:08 -0400 Subject: [PATCH] python3-pystache: rebuild for Python 3.11 --- srcpkgs/python3-pystache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pystache/template b/srcpkgs/python3-pystache/template index f603b38cf2c..d72bee7e3c8 100644 --- a/srcpkgs/python3-pystache/template +++ b/srcpkgs/python3-pystache/template @@ -1,7 +1,7 @@ # Template file for 'python3-pystache' pkgname=python3-pystache version=0.5.4 -revision=6 +revision=7 wrksrc="pystache-${version}" build_style=python3-module hostmakedepends="python3-setuptools"