Unverified Commit 981b45ca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #297686 from...

Merge pull request #297686 from r-ryantm/auto-update/python312Packages.microsoft-kiota-serialization-json

python312Packages.microsoft-kiota-serialization-json: 1.0.0 -> 1.1.0
parents 8c58e991 4377af23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "kiota-serialization-json";
  version = "1.0.0";
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "kiota-serialization-json-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-DhuDIRTm6xATnXpQ+xLpMuaBcWxZHdr8dO1Rl8OvCKQ=";
    hash = "sha256-igMqwoKArfQ37pzdjUICgXY795dfg/MX65iwTVe0sLM=";
  };

  nativeBuildInputs = [