Commit 6a4b4553 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.microsoft-kiota-serialization-text: 1.9.3 -> 1.9.5

parent 1f865766
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-serialization-text";
  version = "1.9.3";
  version = "1.9.5";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "kiota-python";
    tag = "microsoft-kiota-serialization-text-v${version}";
    hash = "sha256-FUfVkJbpD0X7U7DPzyoh+84Bk7C07iLT9dmbUeliFu8=";
    hash = "sha256-h0sZhBIGZyhzYtCvLHRAn73HspgyOAKU3p4xSn+uXFU=";
  };

  sourceRoot = "${src.name}/packages/serialization/text/";