python313Packages.platformdirs: 4.3.7 -> 4.3.8

https://github.com/platformdirs/platformdirs/releases/tag/4.3.8
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:10 -07:00
committed by Robert Schütz
parent e49b2591ed
commit cefa127140
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "platformdirs";
version = "4.3.7";
version = "4.3.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "platformdirs";
repo = "platformdirs";
tag = version;
hash = "sha256-E3qwAczUzJOYO4IDul9uO6K6wowOtYpQ7Q76TA+lIho=";
hash = "sha256-ePaEpsBkTomRX+RJsed8aJtefl5WCW/N9IT8ae4+ln4=";
};
build-system = [