mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
pythonPackages.aiohttp: 0.19.0 -> 0.21.5
This commit is contained in:
parent
7a07ad851f
commit
7a9aded54d
@ -431,11 +431,11 @@ in modules // {
|
|||||||
|
|
||||||
aiohttp = buildPythonPackage rec {
|
aiohttp = buildPythonPackage rec {
|
||||||
name = "aiohttp-${version}";
|
name = "aiohttp-${version}";
|
||||||
version = "0.19.0";
|
version = "0.21.5";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/a/aiohttp/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/a/aiohttp/${name}.tar.gz";
|
||||||
sha256 = "9bfb173baec179431a1c8f3566185e8ebbd1517cf4450217087d79e26e44c287";
|
sha256 = "0n8517wc8b6yc925f7zhgl4wqf4ay1w2fzar0pj1h20yfa1wiids";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = pythonOlder "3.4";
|
disabled = pythonOlder "3.4";
|
||||||
|
Loading…
Reference in New Issue
Block a user