Unverified Commit 3aa2e4a6 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 56d904a9 d8973613
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];