From 4776491fee8b94e3ee08cc03bec68edb47d67a2e Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 18 Jun 2023 12:06:56 +0530 Subject: [PATCH] python3-platformdirs: update to 3.6.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 dc60d45ecfa4..c9f34973027b 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.5.3 +version=3.6.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=e48fabd87db8f3a7df7150a4a5ea22c546ee8bc39bc2473244730d4b56d2cc4e +checksum=57e28820ca8094678b807ff529196506d7a21e17156cb1cddb3e74cebce54640 make_check_pre="env PYTHONPATH=src" post_install() {