From 5df57f162d04f0b2eefa098cb50f42e6d00b358b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH] python3-hoedown: rebuild for Python 3.10 --- srcpkgs/python3-hoedown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template index 95843689b5b..da738f03918 100644 --- a/srcpkgs/python3-hoedown/template +++ b/srcpkgs/python3-hoedown/template @@ -1,7 +1,7 @@ # Template file for 'python3-hoedown' pkgname=python3-hoedown version=0.3.0 -revision=5 +revision=6 wrksrc="hoedown-$version" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython"