python3Packages.aiohttp-socks: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2025-11-15 10:03:50 +00:00
parent 3a3af266fa
commit d897361310
@@ -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 ];