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

pdm: 2.17.3 -> 2.18.0
This commit is contained in:
OTABI Tomoya
2024-08-17 21:20:43 +09:00
committed by GitHub
@@ -11,14 +11,14 @@
with python3.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.17.3";
version = "2.18.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-9JIg8iXscSWMv3FIsUp2yurGEnRb7atn+QYjmOpWp6U=";
hash = "sha256-+WP48VWMD/lNrYK54xIS1V0MWdIVIH4PXgQG1Bsql9w=";
};
nativeBuildInputs = [