pdm: 2.18.1 -> 2.18.2 (#341125)

This commit is contained in:
Nick Cao 2024-09-11 08:29:47 -04:00 committed by GitHub
commit 4c13683f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "pdm"; pname = "pdm";
version = "2.18.1"; version = "2.18.2";
pyproject = true; pyproject = true;
disabled = python3.pkgs.pythonOlder "3.8"; disabled = python3.pkgs.pythonOlder "3.8";
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "pdm-project"; owner = "pdm-project";
repo = "pdm"; repo = "pdm";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-pCBwt55tu9bEVVHfdPsJ5vaJXVXEZ2+4ft9LathwBt0="; hash = "sha256-R3oeu8HvPWAQoO0FHHx9lSKmB/riPtQ9gq4qKtQCeiA=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];