From e2dc1a10c4de1e178c4b97babc30840a915cdf36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:09:35 -0400 Subject: [PATCH] pre-commit: rebuild for Python 3.11 --- srcpkgs/pre-commit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pre-commit/template b/srcpkgs/pre-commit/template index 3d96b78a018..40e63466f48 100644 --- a/srcpkgs/pre-commit/template +++ b/srcpkgs/pre-commit/template @@ -1,7 +1,7 @@ # Template file for 'pre-commit' pkgname=pre-commit version=2.20.0 -revision=1 +revision=2 wrksrc="pre_commit-${version}" build_style=python3-module hostmakedepends="python3-setuptools"