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-07-01 12:12:28 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-01 12:55:50 -0700
commitdab075049ac0bea54d175ca1e775c094c30fb7db (patch)
treece825e6fbc3f2550e9c3d20f1847537fbe20c4f1 /pkgs/development/python-modules/aiopg
parent07e2b260d24b5d0e8347b19bd1aa77a36d30133b (diff)
python3Packages.aiopg: 1.2.1 -> 1.3.0
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 cb9cd327e8ce4..36ea002348304 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.2.1";
+  version = "1.3.0";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "aio-libs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0c6s2p1fjbdk1ygpl6a1s1rbnsk8gw9kj99pf98nxhb9j3iahas4";
+    sha256 = "sha256-/J53WqBag4ArSF7wETvmoBUtgNqp4eYGH0ytipiSKBI=";
   };
 
   propagatedBuildInputs = [