python311Packages.pyftpdlib: 1.5.9 -> 1.5.10

This commit is contained in:
R. Ryantm
2024-06-27 10:47:47 +00:00
parent db4c8df48c
commit 0bf599d246
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyftpdlib";
version = "1.5.9";
version = "1.5.10";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Mj1MQvFAau203xj69oD2TzLAgP9m9sJgkLpZL1v8Sg8=";
hash = "sha256-jb3rEhW8ui+3SNrjH/2xqwCFQMKNE7NwThePNooIcSg=";
};
build-system = [ setuptools ];