Unverified Commit 79cb825b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #302981 from r-ryantm/auto-update/python311Packages.gradio-pdf

python311Packages.gradio-pdf: 0.0.5 -> 0.0.7
parents e73ccac6 3a8f1327
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "gradio-pdf";
  version = "0.0.5";
  version = "0.0.7";
  format = "pyproject";

  src = fetchPypi {
    pname = "gradio_pdf";
    inherit version;
    hash = "sha256-yHISYpkZ5YgUBxCfu2rw3R+g9t4h1WogXXCuBiV92Vk=";
    hash = "sha256-3OJiBnp79woCUtiNiaePwfJCAS42WYkv9GFeScesFv8=";
  };

  nativeBuildInputs = [