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