python3Packages.aiohttp: 3.6.3 -> 3.7.3
This commit is contained in:
parent
9371821adb
commit
70dc02063c
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiohttp";
|
pname = "aiohttp";
|
||||||
version = "3.6.3";
|
version = "3.7.3";
|
||||||
# https://github.com/aio-libs/aiohttp/issues/4525 python3.8 failures
|
# https://github.com/aio-libs/aiohttp/issues/4525 python3.8 failures
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "698cd7bc3c7d1b82bb728bae835724a486a8c376647aec336aa21a60113c3645";
|
sha256 = "9c1a81af067e72261c9cbe33ea792893e83bc6aa987bfbd6fdc1e5e7b22777c4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue