python310Packages.aiohttp-socks: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2023-09-04 09:01:38 +00:00
parent 81a8aa7652
commit c2e15454d8
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "aiohttp-socks";
version = "0.8.0";
version = "0.8.1";
src = fetchPypi {
inherit version;
pname = "aiohttp_socks";
hash = "sha256-knsdOzR0SPhv9SRcnKGeQPOX65OQZoK+WSeQZ4yYLzc=";
hash = "sha256-duWEJDS5Ts3EWNRZ8MJcD7buMh3FRKA+bJiO3P7QWz0=";
};
propagatedBuildInputs = [ aiohttp attrs python-socks ];