python3Packages.pyftpdlib: 2.0.1 -> 2.1.0

https://github.com/giampaolo/pyftpdlib/blob/release-2.1.0/HISTORY.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:57 +01:00
parent 52eeda7e6f
commit ab8c57582e
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "pyftpdlib";
version = "2.0.1";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-7w0XKoK/rhDi3sIi6HUzUUYJ1Bv0sP0PB+KdQ4D7lr8=";
hash = "sha256-XpLnujfD5FjsRY5cIB4t65kstgEclj5qhRKmNNjYARY=";
};
build-system = [ setuptools ];