python311Packages.gradio-pdf: 0.0.5 -> 0.0.7

This commit is contained in:
R. Ryantm 2024-04-09 23:42:38 +00:00
parent c81c241415
commit 3a8f13270d
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [