From 76e134233ae08773a7c93486570700615a724bfc Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 26 Jun 2024 11:23:28 +0530 Subject: [PATCH] python3-platformdirs: update to 4.2.2. --- srcpkgs/python3-platformdirs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index 57746cfb77805e..f257b88109b2e1 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,6 +1,6 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=4.2.0 +version=4.2.2 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -12,7 +12,7 @@ license="MIT" homepage="https://platformdirs.rtfd.io/" changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst" distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz" -checksum=ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768 +checksum=38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3 make_check_pre="env PYTHONPATH=src" post_install() {