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