python.pkgs: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-11-24 20:36:20 +01:00
parent 0f50d5ac19
commit 44e98de414
26 changed files with 52 additions and 52 deletions

View File

@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "aiohttp";
version = "2.3.2";
version = "2.3.3";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "42373fbdbe8f09233c17e74f53cee877bc7d5b495b4fc14c32a119255e85e736";
sha256 = "0a2e33e90560dacb819b095b9d9611597925d75d1b93dd9490055d3826d98a82";
};
disabled = pythonOlder "3.4";