pdm: 2.7.0 -> 2.7.4

This commit is contained in:
Domen Kožar
2023-07-06 13:04:50 +01:00
parent 18a5f1857e
commit 34c9206ed2
@@ -24,13 +24,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.7.0";
version = "2.7.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4dyu/neMFX/U1RuI0ZEBzdbONIHvdWyvpy1Gu5iMAcg=";
hash = "sha256-x3+N8cy31wHwBeOkMNpLihlqKCTiPmnS1avrr69uUM4=";
};
nativeBuildInputs = [
@@ -41,6 +41,7 @@ buildPythonApplication rec {
blinker
cacheyou
certifi
cachecontrol
findpython
installer
packaging