python37Packages.aiohttp-socks: 0.3.7 -> 0.3.9

This commit is contained in:
R. RyanTM 2020-05-06 14:19:29 +00:00 committed by Jon
parent 4e2322ae7a
commit e76a81f19c

View File

@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiohttp-socks"; pname = "aiohttp-socks";
version = "0.3.7"; version = "0.3.9";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "aiohttp_socks"; pname = "aiohttp_socks";
sha256 = "00zqlkhfrp1jczgjppaksriidyfshnj0jvrcryn1x77dmy73m023"; sha256 = "1mn2ng66951mri49f99zh3660j83kvqhr6dpx90s9fkjwk83hmjy";
}; };
propagatedBuildInputs = [ aiohttp attrs ]; propagatedBuildInputs = [ aiohttp attrs ];