python3Packages.aiopg: 1.3.2 -> 1.3.3

This commit is contained in:
Fabian Affolter 2021-11-02 09:50:33 +01:00
parent b6b71e8b04
commit 207c229619

View file

@ -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 = [