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

pdm: 2.19.1 -> 2.19.2 (#347860)

parents 6189cfd2 c9a175a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "pdm";
  version = "2.19.1";
  version = "2.19.2";
  pyproject = true;

  disabled = python3.pkgs.pythonOlder "3.8";
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "pdm-project";
    repo = "pdm";
    rev = "refs/tags/${version}";
    hash = "sha256-V2ZcXgRtL8zkCx5/d+L+3o0QQHVrPpFyjvjsc2auWDI=";
    hash = "sha256-m+ZVaAZZ4+/qqJs3B8/CEj+in/mrBKgfrx1OD3GpXLU=";
  };

  nativeBuildInputs = [ installShellFiles ];