1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
pname = "pdm";
version = "2.18.1";
version = "2.18.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-pCBwt55tu9bEVVHfdPsJ5vaJXVXEZ2+4ft9LathwBt0=";
hash = "sha256-R3oeu8HvPWAQoO0FHHx9lSKmB/riPtQ9gq4qKtQCeiA=";
};
nativeBuildInputs = [ installShellFiles ];