Unverified Commit 1f8d6a6f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

parents 6ffa3912 4d164383
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "azure-ai-documentintelligence";
  version = "1.0.0";
  version = "1.0.1";
  pyproject = true;

  src = fetchPypi {
    pname = "azure_ai_documentintelligence";
    inherit version;
    hash = "sha256-yLbvwPx+ZdeJLJWFz9JW99iz8rRs7PksdauC5inqwlM=";
    hash = "sha256-JG7E2VMWWFF1s49of/3hezlGICIa+Wb2Nc7BWoHFt8w=";
  };

  build-system = [ setuptools ];