pdm: 2.9.3 -> 2.10.0

Changelog: https://github.com/pdm-project/pdm/releases/tag/2.10.0
This commit is contained in:
natsukium 2023-10-30 16:26:45 +09:00
parent 6ea7f7bc7f
commit 1689fed51f
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -31,13 +31,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.9.3";
version = "2.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CxGVtR6WMLWgsGPyffywEgy26ihPGkzZdaOibwhW0lM=";
hash = "sha256-ziJJWVr59hsJJqCJljLfSbHHESYegFak+uFLU/k9kZM=";
};
nativeBuildInputs = [