From c5055a1e2212c0c8e59c57eda716cfdbd1bf08ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:16 -0400 Subject: [PATCH] python3-scrypt: rebuild for Python 3.11 --- srcpkgs/python3-scrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template index 823b5526e7c..d10f72c1f10 100644 --- a/srcpkgs/python3-scrypt/template +++ b/srcpkgs/python3-scrypt/template @@ -1,7 +1,7 @@ # Template file for 'python3-scrypt' pkgname=python3-scrypt version=0.8.17 -revision=5 +revision=6 wrksrc="scrypt-${version}" build_style=python3-module hostmakedepends="python3-setuptools"