Merge pull request #288046 from ocfox/httpx-x

python311Packages.{httpx-auth, httpx-socks}: update

authored by Sandro and committed by GitHub 9969aa07 44ea03ae

+4 -4
+2 -2
pkgs/development/python-modules/httpx-auth/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "httpx-auth"; 16 - version = "0.18.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "Colin-b"; 23 repo = "httpx_auth"; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-kK31jpS9Ax5kNkvUSbWWIC6CKdZKVJ28kLS0iuntWqg="; 26 }; 27 28 nativeBuildInputs = [
··· 13 14 buildPythonPackage rec { 15 pname = "httpx-auth"; 16 + version = "0.19.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "Colin-b"; 23 repo = "httpx_auth"; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-ptxM0gabr+NmfkXqYlWd+G0c0yClJawRNKjbtPKSGFY="; 26 }; 27 28 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/httpx-socks/default.nix
··· 23 24 buildPythonPackage rec { 25 pname = "httpx-socks"; 26 - version = "0.8.0"; 27 format = "pyproject"; 28 29 disabled = pythonOlder "3.7"; ··· 32 owner = "romis2012"; 33 repo = pname; 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-3Dj+rrH5Pil5xQE6sAAD5RTycwlKq+TVsAeB2NVqGjY="; 36 }; 37 38 nativeBuildInputs = [
··· 23 24 buildPythonPackage rec { 25 pname = "httpx-socks"; 26 + version = "0.8.1"; 27 format = "pyproject"; 28 29 disabled = pythonOlder "3.7"; ··· 32 owner = "romis2012"; 33 repo = pname; 34 rev = "refs/tags/v${version}"; 35 + hash = "sha256-L2nyVADDjPrHwhZRm+RAvfBdpP9sIvc9cakDiLVA7xw="; 36 }; 37 38 nativeBuildInputs = [