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

python312Packages.httpx-socks: 0.9.1 -> 0.9.2

parent b4637265
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.9.1";
  version = "0.9.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "romis2012";
    repo = "httpx-socks";
    rev = "refs/tags/v${version}";
    hash = "sha256-9v5DfxEtM7jq+b8wR0M1klTSnSdFjQ4aDl8ZSZWxbFA=";
    hash = "sha256-PUiciSuDCO4r49st6ye5xPLCyvYMKfZY+yHAkp5j3ZI=";
  };

  build-system = [ setuptools ];