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

This commit is contained in:
R. Ryantm
2026-06-03 04:39:26 +00:00
parent 52383c55bc
commit 7b90c631c4
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "microsoft-kiota-http";
version = "1.10.1";
version = "1.10.2";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-http-v${version}";
hash = "sha256-KBCjVNZDPMh0wxWm8UVLsrfl2AYp3rKMjAT5c8F7+64=";
hash = "sha256-rj0NpuXvqS5rB6TrD3FyuMWb7Dl8/SIBcW/Lzj4cY6I=";
};
sourceRoot = "${src.name}/packages/http/httpx/";