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