Merge pull request #322876 from r-ryantm/auto-update/python311Packages.pyftpdlib

This commit is contained in:
Sandro 2024-06-27 13:47:05 +02:00 committed by GitHub
commit 84631313f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];