Merge pull request #319135 from r-ryantm/auto-update/python311Packages.gradio
python311Packages.gradio: 4.36.0 -> 4.36.1
This commit is contained in:
commit
f16e6f8478
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gradio";
|
pname = "gradio";
|
||||||
version = "4.36.0";
|
version = "4.36.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -71,7 +71,7 @@ buildPythonPackage rec {
|
|||||||
# We use the Pypi release, since it provides prebuilt webui assets
|
# We use the Pypi release, since it provides prebuilt webui assets
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-gcHwR9eiou6HKBI4ab06+5CtOa3OtfdvB/sPL35dt2w=";
|
hash = "sha256-crLSEVbTRnEjuubzD0Y/AC7wbicnZidDCPXtPKw3Vjs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# fix packaging.ParserSyntaxError, which can't handle comments
|
# fix packaging.ParserSyntaxError, which can't handle comments
|
||||||
|
Loading…
Reference in New Issue
Block a user