python312Packages.microsoft-kiota-serialization-json: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2024-03-21 10:10:36 +00:00
parent 6e6944dbcc
commit 4377af2376
@@ -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 = [