pdm: 2.22.3 -> 2.24.1 (#387919)

authored by Peder Bergebakken Sundt and committed by GitHub 2db4ff7a 0587bb08

+6 -2
+6 -2
pkgs/by-name/pd/pdm/package.nix
··· 30 30 in 31 31 python.pkgs.buildPythonApplication rec { 32 32 pname = "pdm"; 33 - version = "2.22.3"; 33 + version = "2.24.1"; 34 34 pyproject = true; 35 35 36 36 disabled = python.pkgs.pythonOlder "3.8"; ··· 39 39 owner = "pdm-project"; 40 40 repo = "pdm"; 41 41 tag = version; 42 - hash = "sha256-+qUvVQJO/xfBZJuMBezu/LdKhKag1BCQ3To2qFXiOzY="; 42 + hash = "sha256-YChgPJmHWJ4tftosa24SKB0J7uV/zR6VWX18poEEsLY="; 43 43 }; 44 44 45 45 pythonRelaxDeps = [ "hishel" ]; ··· 73 73 tomlkit 74 74 truststore 75 75 unearth 76 + id 76 77 virtualenv 77 78 ] 78 79 ++ httpx.optional-dependencies.socks; ··· 124 125 "test_find_interpreters_with_PDM_IGNORE_ACTIVE_VENV" 125 126 "test_build_distributions" 126 127 "test_init_project_respect" 128 + "test_use_python_write_file_multiple_versions" 129 + "test_repository_get_token_from_oidc" 130 + "test_repository_get_token_misconfigured_github" 127 131 ]; 128 132 129 133 __darwinAllowLocalNetworking = true;