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