about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiopg
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-02 09:50:33 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-02 09:50:33 +0100
commit207c229619212904162bae0b8e13ef89dc4eb204 (patch)
tree719d1a4d10fd8667b8a69b9e61bab21899251527 /pkgs/development/python-modules/aiopg
parentb6b71e8b044bd038cc0b314feedc344b1fb8f1ee (diff)
python3Packages.aiopg: 1.3.2 -> 1.3.3
Diffstat (limited to 'pkgs/development/python-modules/aiopg')
-rw-r--r--pkgs/development/python-modules/aiopg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiopg/default.nix b/pkgs/development/python-modules/aiopg/default.nix
index 07e265f8fc0be..520dd5695ace5 100644
--- a/pkgs/development/python-modules/aiopg/default.nix
+++ b/pkgs/development/python-modules/aiopg/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "aiopg";
-  version = "1.3.2";
+  version = "1.3.3";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "aio-libs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-e7USw3Bx6cpLu9PKDC+eEdPTSjriuSX2Sg+9BeRa9Ko=";
+    sha256 = "sha256-GHKsI6JATiwUg+YlGhWPBqtYl+GyXWNiDi/hzPDl2hE=";
   };
 
   propagatedBuildInputs = [