python311Packages.httpx-auth: 0.18.0 -> 0.19.0

This commit is contained in:
ocfox 2024-02-11 22:19:24 +08:00
parent 0dc186716d
commit db18f522be
No known key found for this signature in database

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 = [