Commit 4d164383 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.azure-ai-documentintelligence: 1.0.0 -> 1.0.1

parent e365012c
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 ];