Commit e3116107 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.httpx-socks: 0.10.1 -> 0.11.0

parent 1177aa56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

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

  disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "romis2012";
    repo = "httpx-socks";
    tag = "v${version}";
    hash = "sha256-1NDsIKJ8lWpjaTnlv5DrwTsEJU4gYwEUuqKpn+2QVhg=";
    hash = "sha256-/8nz/5LqEuSr8A8/BWzJM9vHuum6fOYIS2rozr4Omi4=";
  };

  build-system = [ setuptools ];