From 7a02764c9c64c9ca1070801a480c5611532b2b22 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 23 Feb 2023 11:29:09 +0530 Subject: [PATCH] pre-commit: update to 3.1.0. --- srcpkgs/pre-commit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pre-commit/template b/srcpkgs/pre-commit/template index 3a51b303c132..d2decfda45ab 100644 --- a/srcpkgs/pre-commit/template +++ b/srcpkgs/pre-commit/template @@ -1,6 +1,6 @@ # Template file for 'pre-commit' pkgname=pre-commit -version=3.0.4 +version=3.1.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="MIT" homepage="https://pre-commit.com/" changelog="https://raw.githubusercontent.com/pre-commit/pre-commit/main/CHANGELOG.md" distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz" -checksum=bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5 +checksum=61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7 make_check=no # unpackaged: pytest-env re-assert post_install() {