pdm: 2.19.2 -> 2.19.3

This commit is contained in:
misilelaboratory 2024-10-21 22:19:21 +09:00
parent 100330689f
commit cba4ebe2b5
No known key found for this signature in database
GPG Key ID: 396440794E11F00C

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 ];