From ffc01f3c4ebc04b498774841bca132118443d10e Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 10 Sep 2023 01:47:08 +0530 Subject: [PATCH] black: update to 23.9.1. --- srcpkgs/black/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index ae214b2b176f5..e7c7b958039fc 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,6 +1,6 @@ # Template file for 'black' pkgname=black -version=23.7.0 +version=23.9.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -14,7 +14,7 @@ license="MIT" homepage="https://black.readthedocs.io/en/stable/" changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md" distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz" -checksum=022a582720b0d9480ed82576c920a8c1dde97cc38ff11d8d8859b3bd6ca9eedb +checksum=24b6b3ff5c6d9ea08a8888f6977eae858e1f340d7260cf56d70a49823236b62d make_check_pre="env PYTHONPATH=src" post_check() {