Commit 22a22625 authored by R. RyanTM's avatar R. RyanTM
Browse files

pdm: 2.17.3 -> 2.18.0

parent c4a0a122
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 = [