Unverified Commit e88b17c8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

pdm: 2.10.3 -> 2.10.4
parents fb509d96 abf1e271
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [