python3Packages.platformdirs: 4.9.6 -> 4.10.0

https://github.com/tox-dev/platformdirs/releases/tag/4.10.0
This commit is contained in:
Martin Weinelt
2026-07-12 21:38:27 +02:00
parent 44b390cb20
commit 98367cee86

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "platformdirs";
version = "4.9.6";
version = "4.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "platformdirs";
tag = version;
hash = "sha256-/aoJquWRn1UQZa96uZba15tDO+IGEHN9/duu9JYXmd4=";
hash = "sha256-Sx5ln2mF2FkChP3UKu+GmOIIV8DNoJyYgsNiVDkVqQE=";
};
build-system = [