From c96b3440ef48372feedbf84638b906f7d82ccfdd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:58 -0400 Subject: [PATCH] python3-bcrypt: rebuild for Python 3.11 --- srcpkgs/python3-bcrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bcrypt/template b/srcpkgs/python3-bcrypt/template index 6f70ab52044..77e73fe14cf 100644 --- a/srcpkgs/python3-bcrypt/template +++ b/srcpkgs/python3-bcrypt/template @@ -1,7 +1,7 @@ # Template file for 'python3-bcrypt' pkgname=python3-bcrypt version=3.2.0 -revision=3 +revision=4 wrksrc="bcrypt-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi"