nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.microsoft-kiota-serialization-text: 1.9.5 -> 1.9.7

R. Ryantm 62bed03a f77e9a22

+2 -2
+2 -2
pkgs/development/python-modules/microsoft-kiota-serialization-text/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "microsoft-kiota-serialization-text"; 17 - version = "1.9.5"; 17 + version = "1.9.7"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "microsoft"; 24 24 repo = "kiota-python"; 25 25 tag = "microsoft-kiota-serialization-text-v${version}"; 26 - hash = "sha256-h0sZhBIGZyhzYtCvLHRAn73HspgyOAKU3p4xSn+uXFU="; 26 + hash = "sha256-ovmGka0YxhjPQYodHAMpcrqLMpXEqSTeky3n/rC7Ohs="; 27 27 }; 28 28 29 29 sourceRoot = "${src.name}/packages/serialization/text/";