Merge pull request #279704 from r-ryantm/auto-update/python310Packages.ftputil

python310Packages.ftputil: 5.0.4 -> 5.1.0
This commit is contained in:
Nikolay Korotkiy 2024-01-10 01:07:14 +04:00 committed by GitHub
commit 4377f9ceca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "ftputil";
version = "5.0.4";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-aInbhkndINm21ApsXw+EzPNAp9rB4L/A8AJAkPwq+zM=";
hash = "sha256-6eYtP9MH75xS5Dsz/ZJ1n8lMBNi1F4+F9kGxg5BtQ1M=";
};
nativeCheckInputs = [