about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp-wsgi
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-13 00:32:16 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-13 00:32:16 +0200
commit40168fe49ff242eaf9c1ac43512337af57f21b66 (patch)
treeae94c2d8aba44ccf2b8762ae8582e1c661f02a86 /pkgs/development/python-modules/aiohttp-wsgi
parent061afaf4eda81f62dcf80420d6acfd4d3871caf0 (diff)
python3Packages.aiohttp-wsgi: 0.8.2 -> 0.9.1
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-wsgi')
-rw-r--r--pkgs/development/python-modules/aiohttp-wsgi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp-wsgi/default.nix b/pkgs/development/python-modules/aiohttp-wsgi/default.nix
index 25264a665271f..18364bdce6919 100644
--- a/pkgs/development/python-modules/aiohttp-wsgi/default.nix
+++ b/pkgs/development/python-modules/aiohttp-wsgi/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "aiohttp-wsgi";
-  version = "0.8.2";
+  version = "0.9.1";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "etianen";
     repo = pname;
     rev = version;
-    sha256 = "0wirn3xqxxgkpy5spicd7p1bkdnsrch61x2kcpdwpixmx961pq7x";
+    sha256 = "sha256-lQ0mAUqsOmozUIMd6nwRATaq8C5SUFGoyQu1v0RBnas=";
   };
 
   propagatedBuildInputs = [