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

python311Packages.gradio-pdf: 0.0.5 -> 0.0.7
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 22:50:43 +02:00 committed by GitHub
commit 79cb825bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [