From 14c758f768a98af2d5b3dc79b74f238e98e73d2c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 31 Mar 2025 04:23:51 +0200 Subject: [PATCH] python313Packages.platformdirs: 4.3.6 -> 4.3.7 https://github.com/platformdirs/platformdirs/releases/tag/4.3.7 --- pkgs/development/python-modules/platformdirs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/platformdirs/default.nix b/pkgs/development/python-modules/platformdirs/default.nix index e8171d376747..8549b478fd56 100644 --- a/pkgs/development/python-modules/platformdirs/default.nix +++ b/pkgs/development/python-modules/platformdirs/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "platformdirs"; - version = "4.3.6"; + version = "4.3.7"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "platformdirs"; repo = "platformdirs"; tag = version; - hash = "sha256-Zo1fEqiUbrI3pbVp3ndjV8gd+sbcGgUm1PJhQudmiMQ="; + hash = "sha256-E3qwAczUzJOYO4IDul9uO6K6wowOtYpQ7Q76TA+lIho="; }; build-system = [