summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-03-14 18:44:39 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-03-15 13:56:48 +0100
commit7dfbb8c53c778c851083a8ae835720208c082fb8 (patch)
treeab82b033eb4fc9c2a928771b5ccfab31486e4f58 /pkgs/development/python-modules/aiohttp
parentcdd2593da1788c3547590b4adb8dcd44885d2a0f (diff)
downloadnixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.tar
nixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.tar.gz
nixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.tar.bz2
nixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.tar.lz
nixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.tar.xz
nixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.tar.zst
nixpkgs-7dfbb8c53c778c851083a8ae835720208c082fb8.zip
pythonPackages.aiohttp: 3.0.5 -> 3.0.9
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 5408fb7b2f2..67bf5a11593 100644
--- a/pkgs/development/python-modules/aiohttp/default.nix
+++ b/pkgs/development/python-modules/aiohttp/default.nix
@@ -15,11 +15,11 @@
 
 buildPythonPackage rec {
   pname = "aiohttp";
-  version = "3.0.5";
+  version = "3.0.9";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "bb873da531401416acb7045a8f0bdf6555e9c6866989cd977166fae3cbbb954b";
+    sha256 = "281a9fa56b5ce587a2147ec285d18a224942f7e020581afa6cc44d7caecf937b";
   };
 
   disabled = pythonOlder "3.5";