python311Packages.microsoft-kiota-http: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2024-03-05 00:28:06 +00:00
parent 0bb74f147b
commit fba2e9b61a
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-http";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "kiota-http-python";
rev = "refs/tags/v${version}";
hash = "sha256-N3+oAH3yWgrl0v2fm4xdCxzj7u/0fbQI3xHFht39vzA=";
hash = "sha256-I16WARk6YBr8KgE9MtHcA5VdsnLXBKcZOaqRL/eqwKE=";
};
nativeBuildInputs = [