python3Packages.httpx-auth: 0.22.0 -> 0.23.1

https://github.com/Colin-b/httpx_auth/blob/v0.23.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-19 21:15:50 +01:00
parent 75931b4ca5
commit a442dd2469

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "httpx-auth";
version = "0.22.0";
version = "0.23.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Colin-b";
repo = "httpx_auth";
tag = "v${version}";
hash = "sha256-7azPyep+R55CdRwbdo20y4YNV47c8CwXgOj4q4t25oc=";
hash = "sha256-wrPKUAGBzzuWNtwYtTtqOhb1xqYgc83uxn4rjbfDPmo=";
};
nativeBuildInputs = [
@@ -49,7 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Authentication classes to be used with httpx";
homepage = "https://github.com/Colin-b/httpx_auth";
changelog = "https://github.com/Colin-b/httpx_auth/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/Colin-b/httpx_auth/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ natsukium ];
};