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