Unverified Commit edf9dda9 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.microsoft-kiota-authentication-azure: 1.9.8 -> 1.9.10 (#496761)

parents 6ec12c8d 76574290
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-authentication-azure";
  version = "1.9.8";
  version = "1.9.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-python";
    tag = "microsoft-kiota-authentication-azure-v${version}";
    hash = "sha256-05/I06p3zBc/Kb7H8dMEbUxFr0dOXSSBuIyEGZ4twhA=";
    hash = "sha256-J9OLxZ3vQpChhfwjXzrGF691zco/bKv51FG20VFieN0=";
  };

  sourceRoot = "${src.name}/packages/authentication/azure/";