Merge pull request #291524 from r-ryantm/auto-update/pdm

pdm: 2.12.3 -> 2.12.4
This commit is contained in:
Weijia Wang 2024-03-07 07:44:55 +01:00 committed by GitHub
commit 65d1a90131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,14 +35,14 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.12.3";
version = "2.12.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-U82rcnwUaf3Blu/Y1/+EBKPKke5DwKVxRzbyAg0KXd8=";
hash = "sha256-0Eh3Ni+Vz5/8HSw4uFH2k3BuSSiEDkiYauV22tV0FJY=";
};
nativeBuildInputs = [