python3Packages.platformdirs: 4.2.2 -> 4.3.6

https://github.com/platformdirs/platformdirs/releases/tag/4.3.6
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:00 +02:00
parent 2d94124eeb
commit 69870a464f
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "platformdirs";
version = "4.2.2";
version = "4.3.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "platformdirs";
repo = "platformdirs";
rev = "refs/tags/${version}";
hash = "sha256-WsHB+Si8RnJ9b8dYA9m7YRin3UYdJlL1v6/v8SExXtY=";
hash = "sha256-Zo1fEqiUbrI3pbVp3ndjV8gd+sbcGgUm1PJhQudmiMQ=";
};
build-system = [