From 2dfd11b12b090a9c6b73c0592afa8040cbadb5a5 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 2 Dec 2023 01:01:15 +0530 Subject: [PATCH] python3-platformdirs: update to 4.1.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 0d953a8dc7e1e..25a8afe8e06f2 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.11.0 +version=4.1.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=cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3 +checksum=906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420 make_check_pre="env PYTHONPATH=src" post_install() {