Merge pull request #232987 from marsam/update-platformdirs

python310Packages.platformdirs: 3.0.0 -> 3.5.1

authored by Mario Rodas and committed by GitHub 5f21cb9c 64906d7d

+2 -2
+2 -2
pkgs/development/python-modules/platformdirs/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "platformdirs"; 14 - version = "3.0.0"; 14 + version = "3.5.1"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = pname; 21 21 repo = pname; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-RiZ26BGqS8nN5qHpUt7LIXSck/cGM8qlet3uL81TyPo="; 23 + hash = "sha256-/qi22jiF+P7XcG/D+dxoOrHk89amdBoGewrTqZZOsoM="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;