Skip to content

Commit

Permalink
pdm: 2.19.3 -> 2.20.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Nov 2, 2024
1 parent 446feb5 commit 2424510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/pdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

python3.pkgs.buildPythonApplication rec {
pname = "pdm";
version = "2.19.3";
version = "2.20.0.post1";
pyproject = true;

disabled = python3.pkgs.pythonOlder "3.8";
Expand All @@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "pdm-project";
repo = "pdm";
rev = "refs/tags/${version}";
hash = "sha256-xgwIPHlTtmgCNN4R6/BJsqmI9hbA0wFAiq4YCa+r/UM=";
hash = "sha256-3Y8RscfEfx04cnxXiCLCcVdIv/J6un1z9F6Ot/uo5dE=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 2424510

Please sign in to comment.