python3Packages.microsoft-kiota-http: 1.9.7 -> 1.9.8

This commit is contained in:
R. Ryantm
2025-12-30 11:58:17 +00:00
parent ac005af9f4
commit 047d4ff76b
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-http";
version = "1.9.7";
version = "1.9.8";
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-ovmGka0YxhjPQYodHAMpcrqLMpXEqSTeky3n/rC7Ohs=";
hash = "sha256-05/I06p3zBc/Kb7H8dMEbUxFr0dOXSSBuIyEGZ4twhA=";
};
sourceRoot = "${src.name}/packages/http/httpx/";