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

python312Packages.microsoft-kiota-serialization-json: 1.1.0 -> 1.2.0
This commit is contained in:
Fabian Affolter 2024-04-15 22:46:54 +02:00 committed by GitHub
commit e5e504b1c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-serialization-json";
version = "1.1.0";
version = "1.2.0";
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-igMqwoKArfQ37pzdjUICgXY795dfg/MX65iwTVe0sLM=";
hash = "sha256-/Bar1tQ3w8kfC53OuKxTlS+Dq4sX47lev7fjJeo6JJ0=";
};
build-system = [ flit-core ];