Merge pull request #99068 from r-ryantm/auto-update/python3.7-aioftp

python37Packages.aioftp: 0.17.2 -> 0.18.0
gstqt5
Lancelot SIX 2020-09-29 09:01:03 +01:00 committed by GitHub
commit 5542b84aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "aioftp";
version = "0.17.2";
version = "0.18.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "8433ff21317e71ef1f4d8cb8f7fe58365c04b5174142d9643e22343cfb35da1b";
sha256 = "6f9d5b5ac910987daca4f7ad4a017530751e2107d2471c9f92a3e09b507cb2dc";
};
checkInputs = [