From 6893b89a9e73b6bd148851622a3db0f379cce6f0 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 30 Jul 2023 11:39:47 +0530 Subject: [PATCH] python3-platformdirs: update to 3.10.0. --- 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 8de30f1e9c91c..0565cbf647c1c 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,6 +1,6 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs -version=3.9.1 +version=3.10.0 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=1b42b450ad933e981d56e59f1b97495428c9bd60698baab9f3eb3d00d5822421 +checksum=b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d make_check_pre="env PYTHONPATH=src" post_install() {