From 39c668eeb1bfc8c11988ca8c5b622e982e692ca6 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 17 Feb 2024 00:07:24 +0530 Subject: [PATCH] black: update to 24.3.0. --- srcpkgs/black/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index 3c81589b6a7..69cd090e794 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,6 +1,6 @@ # Template file for 'black' pkgname=black -version=24.1.1 +version=24.3.0 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=48b5760dcbfe5cf97fd4fba23946681f3a81514c6ab8a45b50da67ac8fbc6c7b +checksum=a0c9c4a0771afc6919578cec71ce82a3e31e054904e7197deacbc9382671c41f post_check() { PYTHONPATH=src python3 -m black --check src tests