summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-11-05 13:16:18 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-11-05 20:11:43 +0100
commit9c5bf726e5aba99fb786ee7206e1d9481aac97b4 (patch)
treeddab81adb32be64aae41a7791236503e7ad254d4 /pkgs/development/python-modules/aiohttp
parent5db01ac420ca07b4a23aa0f85a4ce386ab029467 (diff)
downloadnixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar
nixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.gz
nixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.bz2
nixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.lz
nixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.xz
nixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.tar.zst
nixpkgs-9c5bf726e5aba99fb786ee7206e1d9481aac97b4.zip
python.pkgs: maintenance updates
Diffstat (limited to 'pkgs/development/python-modules/aiohttp')
-rw-r--r--pkgs/development/python-modules/aiohttp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix
index 19e94471c86..5f87580643f 100644
--- a/pkgs/development/python-modules/aiohttp/default.nix
+++ b/pkgs/development/python-modules/aiohttp/default.nix
@@ -13,12 +13,12 @@
 
 buildPythonPackage rec {
   pname = "aiohttp";
-  version = "2.3.1";
+  version = "2.3.2";
   name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "04f58bbcc9ae6f9aec30b9219ae47fa3c31586c77679405720545738ea62236e";
+    sha256 = "42373fbdbe8f09233c17e74f53cee877bc7d5b495b4fc14c32a119255e85e736";
   };
 
   disabled = pythonOlder "3.4";