python3Packages.aiohttp-socks: 0.10.1 -> 0.10.2 (#461883)

This commit is contained in:
dotlambda
2025-11-20 01:07:50 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiohttp-socks";
version = "0.10.1";
version = "0.10.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "aiohttp_socks";
hash = "sha256-SfLh+AUfKIVxm+sbd+MStaJ8Pktg8LBFo4jxlNmV4Gg=";
hash = "sha256-lC18huLleUGPx6c0YQ3ZfarwBwfHRi9sz2ebIyV2eTA=";
};
build-system = [ setuptools ];