pdm: 2.19.2 -> 2.19.3 (#350237)

This commit is contained in:
Nikolay Korotkiy
2024-10-25 23:37:30 +04:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "pdm";
version = "2.19.2";
version = "2.19.3";
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-m+ZVaAZZ4+/qqJs3B8/CEj+in/mrBKgfrx1OD3GpXLU=";
hash = "sha256-xgwIPHlTtmgCNN4R6/BJsqmI9hbA0wFAiq4YCa+r/UM=";
};
nativeBuildInputs = [ installShellFiles ];