Commit 3a8f1327 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.gradio-pdf: 0.0.5 -> 0.0.7

parent c81c2414
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 = [