Unverified Commit e31a2a16 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #265842 from r-ryantm/auto-update/python310Packages.httpx-socks

python310Packages.httpx-socks: 0.7.8 -> 0.8.0
parents 250c07f9 2bd1ea64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "httpx-socks";
  version = "0.7.8";
  version = "0.8.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "romis2012";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-I00+yB+aRnIMUQIJ7Lvr6LsHpf+gibkHh+2XgpeQn5U=";
    hash = "sha256-3Dj+rrH5Pil5xQE6sAAD5RTycwlKq+TVsAeB2NVqGjY=";
  };

  nativeBuildInputs = [