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