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;
|
with python.pkgs;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pdm";
|
pname = "pdm";
|
||||||
version = "2.6.1";
|
version = "2.7.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-EFlYhJovjZqp7yGDosUOrp60rEf8gScs1QT92ckO3qI=";
|
hash = "sha256-4dyu/neMFX/U1RuI0ZEBzdbONIHvdWyvpy1Gu5iMAcg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -39,7 +39,7 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
blinker
|
blinker
|
||||||
cachecontrol
|
cacheyou
|
||||||
certifi
|
certifi
|
||||||
findpython
|
findpython
|
||||||
installer
|
installer
|
||||||
|
|
Loading…
Reference in a new issue