python3Packages.microsoft-kiota-http: 1.9.4 -> 1.9.5

This commit is contained in:
Robert Schütz
2025-08-12 21:02:50 +00:00
parent e244e8a83e
commit 0e87dcddce
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-http";
version = "1.9.4";
version = "1.9.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-http-v${version}";
hash = "sha256-59vuJc7Wb/6PsPA4taAFA2UK8bdz+raZ+NB4S8LahtM=";
hash = "sha256-h0sZhBIGZyhzYtCvLHRAn73HspgyOAKU3p4xSn+uXFU=";
};
sourceRoot = "${src.name}/packages/http/httpx/";