python3Packages.platformdirs: 2.6.2 -> 3.0.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:35 +01:00
parent 5131a7d9e2
commit fd37afb46d

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "platformdirs";
version = "2.6.2";
version = "3.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yGpDAwn8Kt6vF2K2zbAs8+fowhYQmvsm/87WJofuhME=";
hash = "sha256-RiZ26BGqS8nN5qHpUt7LIXSck/cGM8qlet3uL81TyPo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;