python312Packages.azure-ai-documentintelligence: 1.0.0 -> 1.0.1 (#392521)

authored by Pol Dellaiera and committed by GitHub 1f8d6a6f 6ffa3912

+2 -2
+2 -2
pkgs/development/python-modules/azure-ai-documentintelligence/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "azure-ai-documentintelligence"; 13 - version = "1.0.0"; 13 + version = "1.0.1"; 14 14 pyproject = true; 15 15 16 16 src = fetchPypi { 17 17 pname = "azure_ai_documentintelligence"; 18 18 inherit version; 19 - hash = "sha256-yLbvwPx+ZdeJLJWFz9JW99iz8rRs7PksdauC5inqwlM="; 19 + hash = "sha256-JG7E2VMWWFF1s49of/3hezlGICIa+Wb2Nc7BWoHFt8w="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];