Skip to content

Commit

Permalink
python312Packages.aiohttp-socks: 0.9.0 -> 0.10.1 (#357664)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 803d3fb + 116cb26 commit eba9540
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/python-modules/aiohttp-socks/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
aiohttp,
attrs,
buildPythonPackage,
fetchPypi,
python-socks,
Expand All @@ -11,22 +10,21 @@

buildPythonPackage rec {
pname = "aiohttp-socks";
version = "0.9.0";
version = "0.10.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit version;
pname = "aiohttp_socks";
hash = "sha256-IhWaGvAmsinP5eoAfgZbs/5WOFqVGoJiOm9FiKZ1gAM=";
hash = "sha256-SfLh+AUfKIVxm+sbd+MStaJ8Pktg8LBFo4jxlNmV4Gg=";
};

build-system = [ setuptools ];

dependencies = [
aiohttp
attrs
python-socks
] ++ python-socks.optional-dependencies.asyncio;

Expand Down

0 comments on commit eba9540

Please sign in to comment.