pdm: 2.15.1 -> 2.15.2

This commit is contained in:
R. Ryantm
2024-05-14 20:28:08 +00:00
parent 18198ef6f4
commit 94bd2eaab3
@@ -11,14 +11,14 @@
with python3.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.15.1";
version = "2.15.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-HJzQScEBZjOiPvkuwfx4LaiuB0MULvM/r31Ihy+HSzk=";
hash = "sha256-wI6HB4wpwA562WgdxqI0GdxWF9y+bMIFAk70tOfihHU=";
};
nativeBuildInputs = [