python3Packages.gradio: 3.43.1 -> 3.44.3

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:36 +02:00
parent f31870f64e
commit b4bdb7847e
@@ -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