From 9905e1e2d4b973d6c4ccb3a90996196c64566a86 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 25 Apr 2024 12:42:49 +0530 Subject: [PATCH] black: update to 24.4.2. --- srcpkgs/black/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index 32b3b6b2bfd587..38e830e7a3de42 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,6 +1,6 @@ # Template file for 'black' pkgname=black -version=24.4.0 +version=24.4.2 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=f07b69fda20578367eaebbd670ff8fc653ab181e1ff95d84497f9fa20e7d0641 +checksum=c872b53057f000085da66a19c55d68f6f8ddcac2642392ad3a355878406fbd4d post_check() { PYTHONPATH=src python3 -m black --check src tests