python3Packages.platformdirs: 2.4.1 -> 2.5.0

This commit is contained in:
Fabian Affolter 2022-02-12 11:01:20 +01:00 committed by Jonathan Ringer
parent 039dc928e6
commit eb9e336fbd

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "platformdirs";
version = "2.4.1";
version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-Ce1dwE2g/7o91NPkmlM0uv0eMB7WzFCExV/8ZCAn22Y=";
sha256 = "sha256-fppwtY8VX8IQ96H930xItO7mS8LlxxHgBcKlwIL5P2E=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;