diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-02-27 02:14:35 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-03 23:56:50 +0100 |
| commit | fd37afb46df562477533d55cfce624cd13f052d2 (patch) | |
| tree | 44619f35ca5fbfffc92e03e5c1f666ba90eda020 /pkgs/development/python-modules | |
| parent | 5131a7d9e2774f3c4a31b534d44aab0abf2e2a26 (diff) | |
python3Packages.platformdirs: 2.6.2 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/platformdirs/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/platformdirs/default.nix b/pkgs/development/python-modules/platformdirs/default.nix index db4810513dee..c807faff9d0b 100644 --- a/pkgs/development/python-modules/platformdirs/default.nix +++ b/pkgs/development/python-modules/platformdirs/default.nix @@ -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; |
