pdm: 2.6.1 -> 2.7.0

Changelog: https://github.com/pdm-project/pdm/releases/tag/2.7.0
This commit is contained in:
natsukium 2023-05-31 18:11:23 +09:00
parent e1c7d5776f
commit f0f0ab209e
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -24,13 +24,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.6.1";
version = "2.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EFlYhJovjZqp7yGDosUOrp60rEf8gScs1QT92ckO3qI=";
hash = "sha256-4dyu/neMFX/U1RuI0ZEBzdbONIHvdWyvpy1Gu5iMAcg=";
};
nativeBuildInputs = [
@ -39,7 +39,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
blinker
cachecontrol
cacheyou
certifi
findpython
installer