Merge pull request #253237 from r-ryantm/auto-update/python310Packages.aiohttp-socks

python310Packages.aiohttp-socks: 0.8.0 -> 0.8.1
This commit is contained in:
OTABI Tomoya 2023-09-05 10:33:48 +09:00 committed by GitHub
commit 763e82df62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];