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

python312Packages.microsoft-kiota-serialization-form: 0.1.0 -> 0.1.1

authored by Nick Cao and committed by GitHub a7dd647e 07bdfdf3

+3 -3
+3 -3
pkgs/development/python-modules/microsoft-kiota-serialization-form/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "microsoft-kiota-serialization-form"; 16 - version = "0.1.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "microsoft"; 23 repo = "kiota-serialization-form-python"; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-ecFspbCaSkRoQTTeyZdqGpWSKiQJS6viDgBVNDHPo4g="; 26 }; 27 28 build-system = [ flit-core ]; ··· 43 meta = with lib; { 44 description = "Form serialization implementation for Kiota clients in Python"; 45 homepage = "https://github.com/microsoft/kiota-serialization-form-python"; 46 - changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/${version}/CHANGELOG.md"; 47 license = licenses.mit; 48 maintainers = with maintainers; [ fab ]; 49 };
··· 13 14 buildPythonPackage rec { 15 pname = "microsoft-kiota-serialization-form"; 16 + version = "0.1.1"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "microsoft"; 23 repo = "kiota-serialization-form-python"; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-yOdrqj8QPz497VWS4427zDRRFc/S5654JeYkO1ZcUcQ="; 26 }; 27 28 build-system = [ flit-core ]; ··· 43 meta = with lib; { 44 description = "Form serialization implementation for Kiota clients in Python"; 45 homepage = "https://github.com/microsoft/kiota-serialization-form-python"; 46 + changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/v${version}/CHANGELOG.md"; 47 license = licenses.mit; 48 maintainers = with maintainers; [ fab ]; 49 };