Merge pull request #270288 from r-ryantm/auto-update/pdm

pdm: 2.10.3 -> 2.10.4
This commit is contained in:
Nick Cao
2023-11-27 09:43:42 -05:00
committed by GitHub
@@ -32,13 +32,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.10.3";
version = "2.10.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Rtr8ik/iaMRkeYduUsaWf3qao4Xh5XTmQkhnCjezWP8=";
hash = "sha256-bf2dTLWQQ+3sstC0fSCOVdidMzunGX3rBcyi37x6S/s=";
};
nativeBuildInputs = [