Merge pull request #288046 from ocfox/httpx-x

python311Packages.{httpx-auth, httpx-socks}: update
This commit is contained in:
Sandro 2024-02-12 00:56:15 +01:00 committed by GitHub
commit 9969aa079a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "httpx-auth";
version = "0.18.0";
version = "0.19.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Colin-b";
repo = "httpx_auth";
rev = "refs/tags/v${version}";
hash = "sha256-kK31jpS9Ax5kNkvUSbWWIC6CKdZKVJ28kLS0iuntWqg=";
hash = "sha256-ptxM0gabr+NmfkXqYlWd+G0c0yClJawRNKjbtPKSGFY=";
};
nativeBuildInputs = [

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.8.0";
version = "0.8.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3Dj+rrH5Pil5xQE6sAAD5RTycwlKq+TVsAeB2NVqGjY=";
hash = "sha256-L2nyVADDjPrHwhZRm+RAvfBdpP9sIvc9cakDiLVA7xw=";
};
nativeBuildInputs = [