mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python: aiohttp: 2.3.3 -> 2.3.7
This commit is contained in:
parent
15ceedc572
commit
195a00e7a3
@ -13,12 +13,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiohttp";
|
||||
version = "2.3.3";
|
||||
version = "2.3.7";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0a2e33e90560dacb819b095b9d9611597925d75d1b93dd9490055d3826d98a82";
|
||||
sha256 = "fe294df38e9c67374263d783a7a29c79372030f5962bd5734fa51c6f4bbfee3b";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.4";
|
||||
|
Loading…
Reference in New Issue
Block a user