Commit 34c9206e authored by Domen Kožar's avatar Domen Kožar
Browse files

pdm: 2.7.0 -> 2.7.4

parent 18a5f185
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ in
with python.pkgs;
buildPythonApplication rec {
  pname = "pdm";
  version = "2.7.0";
  version = "2.7.4";
  format = "pyproject";
  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4dyu/neMFX/U1RuI0ZEBzdbONIHvdWyvpy1Gu5iMAcg=";
    hash = "sha256-x3+N8cy31wHwBeOkMNpLihlqKCTiPmnS1avrr69uUM4=";
  };

  nativeBuildInputs = [
@@ -41,6 +41,7 @@ buildPythonApplication rec {
    blinker
    cacheyou
    certifi
    cachecontrol
    findpython
    installer
    packaging