pdm: 2.6.1 -> 2.7.0
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.7.0
This commit is contained in:
parent
e1c7d5776f
commit
f0f0ab209e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue