Unverified Commit d9810c57 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.httpx-socks: 0.10.1 -> 0.11.0 (#468100)

parents e4eb9206 a6cc8372
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  pytest-trio,
  pytestCheckHook,
  python-socks,
  pythonOlder,
  setuptools,
  starlette,
  tiny-proxy,
@@ -22,16 +21,14 @@

buildPythonPackage rec {
  pname = "httpx-socks";
  version = "0.10.1";
  version = "0.11.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "romis2012";
    repo = "httpx-socks";
    tag = "v${version}";
    hash = "sha256-1NDsIKJ8lWpjaTnlv5DrwTsEJU4gYwEUuqKpn+2QVhg=";
    hash = "sha256-/8nz/5LqEuSr8A8/BWzJM9vHuum6fOYIS2rozr4Omi4=";
  };

  build-system = [ setuptools ];