python310Packages.aiopg: 1.3.3 -> 1.3.4

This commit is contained in:
Fabian Affolter 2022-07-02 23:39:26 +02:00
parent fe04d2c054
commit b41d4fb8d4

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiopg";
version = "1.3.3";
version = "1.3.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "aio-libs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GHKsI6JATiwUg+YlGhWPBqtYl+GyXWNiDi/hzPDl2hE=";
sha256 = "sha256-WzyBgUxqxLvyNNMoRO2FuLxAyNvhBrA7U5eZqHxaL4Q=";
};
propagatedBuildInputs = [