python3Packages.httpx-socks: 0.4.1 -> 0.7.2

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:52 -08:00
parent 4888f321dd
commit 310645114d
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.4.1";
version = "0.7.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "romis2012";
repo = pname;
rev = "v${version}";
sha256 = "1rz69z5fcw7d5nzy5q2q0r9gxrsqijgpg70cnyr5br6xnfgy01ar";
sha256 = "1wigmkhn4ymfr12z9vhdaimjcma9llicwrr29q0cc8xmy23f3445";
};
propagatedBuildInputs = [