File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
pkgs/development/python-modules/gradio-pdf Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 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 = [
You can’t perform that action at this time.
0 commit comments