Skip to content

Commit 78f5404

Browse files
committed
python312Packages.gradio-pdf: 0.0.19 -> 0.0.22
1 parent 0de1ae0 commit 78f5404

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pkgs/development/python-modules/gradio-pdf/default.nix

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
{
22
lib,
33
buildPythonPackage,
4-
fetchPypi,
4+
fetchFromGitHub,
55
hatch-fancy-pypi-readme,
66
hatch-requirements-txt,
77
hatchling,
88
gradio,
99
gradio-client,
1010
}:
1111

12-
buildPythonPackage rec {
12+
buildPythonPackage {
1313
pname = "gradio-pdf";
14-
version = "0.0.19";
14+
version = "0.0.22";
1515
pyproject = true;
1616

17-
src = fetchPypi {
18-
pname = "gradio_pdf";
19-
inherit version;
20-
hash = "sha256-UVHNyKU2cl/0HZqntnyBOFmgeIJ6UjJejEqKqFIPdoo=";
17+
src = fetchFromGitHub {
18+
owner = "freddyaboulton";
19+
repo = "gradio-pdf";
20+
# No source release on Pypi
21+
# No tags on GitHub
22+
rev = "8833e9cd419d2a5eeff98e3ae8cbe690913bcfce";
23+
hash = "sha256-z9rfVnH2qANDp2ukUGSogADbwqQQzCkB7Cp/04UtEpM=";
2124
};
2225

2326
build-system = [

0 commit comments

Comments
 (0)