python36Packages.aiohttp: 3.3.2 -> 3.4.4 (#49024)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-aiohttp/versions
This commit is contained in:
R. RyanTM 2018-10-27 05:31:32 -07:00 committed by Robert Schütz
parent e310622999
commit c8f1b83307

View File

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "3.3.2";
version = "3.4.4";
src = fetchPypi {
inherit pname version;
sha256 = "f20deec7a3fbaec7b5eb7ad99878427ad2ee4cc16a46732b705e8121cbb3cc12";
sha256 = "1ykm6kdjkrg556j0zd7dx2l1rsrbh0d9g27ivr6dmaahz9pyrbsi";
};
disabled = pythonOlder "3.5";