python3Packages.ftputil: 5.1.0 -> 5.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:23 +02:00
parent 975a364f9c
commit 3fd00ea287

View File

@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "ftputil";
version = "5.1.0";
version = "5.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-6eYtP9MH75xS5Dsz/ZJ1n8lMBNi1F4+F9kGxg5BtQ1M=";
hash = "sha256-2IK6UcUDXPio+zMkCDYHVgbXYp5FasS9DoDA2jge720=";
};
nativeCheckInputs = [