python3Packages.platformdirs: 4.5.0 -> 4.5.1

https://github.com/tox-dev/platformdirs/releases/tag/4.5.1
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:28 +01:00
parent 2d9fa8dac5
commit 6bf0d21e3a
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "platformdirs";
version = "4.5.0";
version = "4.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "platformdirs";
tag = version;
hash = "sha256-ESXp9I6SL13BdsQLCUcfS8kwqayURCEguhINnK6Dd6k=";
hash = "sha256-wDhhfS8r0fCYOUJUu2kwH+fyTPmS+aPUiqWN21Fedoc=";
};
build-system = [