From 00fc5c03b3269368b1902d81ce5d53557c4cd29a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:49 -0400 Subject: [PATCH] python3-mistune: rebuild for Python 3.11 --- srcpkgs/python3-mistune/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template index 4b77251e0de..8c27ff27e4d 100644 --- a/srcpkgs/python3-mistune/template +++ b/srcpkgs/python3-mistune/template @@ -1,7 +1,7 @@ # Template file for 'python3-mistune' pkgname=python3-mistune version=0.8.4 -revision=5 +revision=6 wrksrc="mistune-${version}" build_style=python3-module hostmakedepends="python3-setuptools"