python3Packages.gradio: 3.43.1 -> 3.44.3
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "gradio";
|
||||
version = "3.43.1";
|
||||
version = "3.44.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -62,7 +62,7 @@ buildPythonPackage rec {
|
||||
# and has more frequent releases compared to github tags
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-a8eHw8jedrse1dpgup9BL60oXx4wvOk8X5z5DP1DWOs=";
|
||||
hash = "sha256-3mXs9PwlzUo89VosBWtnsOzDQf/T22Yv7s5j6OLLp3M=";
|
||||
};
|
||||
|
||||
# fix packaging.ParserSyntaxError, which can't handle comments
|
||||
|
||||
Reference in New Issue
Block a user