Merge pull request #143174 from r-ryantm/auto-update/python38Packages.aioftp
This commit is contained in:
commit
a758d95192
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioftp";
|
||||
version = "0.18.1";
|
||||
version = "0.19.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b5a412c748722dd679c4c2e30dd40d70a7c8879636f6eb4489fdbca72965b125";
|
||||
sha256 = "d1c2571764c48e6de1b02952022c3c3b3da1f10806cb342ec7b1fa9b109e9902";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue