Commit e31ef515 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.microsoft-kiota-serialization-json: 1.3.0 -> 1.3.1

parent 28d45487
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-serialization-json";
  version = "1.3.0";
  version = "1.3.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "kiota-serialization-json-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-hGD8MhdQgF+mkoG4eOCSPyaArV8OrqAtgOwiNR8kado=";
    hash = "sha256-V1s2MMO987ADp2nRxpIFlyx+OHNhSv8xCt3JOTzQCOM=";
  };

  build-system = [ flit-core ];