python3Packages.microsoft-kiota-http: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm
2026-06-12 09:42:57 +00:00
parent 22bd7614cd
commit 9362516c54
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "microsoft-kiota-http";
version = "1.10.2";
version = "1.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-http-v${finalAttrs.version}";
hash = "sha256-rj0NpuXvqS5rB6TrD3FyuMWb7Dl8/SIBcW/Lzj4cY6I=";
hash = "sha256-r0u+erTSKBWzLV7VfwWUYh7lyJS1hDh5A0Tzk3pFzo4=";
};
sourceRoot = "${finalAttrs.src.name}/packages/http/httpx/";