Unverified Commit acc91c25 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

pdm: 2.17.3 -> 2.18.0
parents b15c343c 22a22625
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [