python311Packages.gradio: 4.27.0 -> 4.29.0

This commit is contained in:
Gaetan Lepage 2024-05-09 11:18:20 +02:00
parent 2e1287b70a
commit c207a5ef69

View File

@ -62,7 +62,7 @@
buildPythonPackage rec {
pname = "gradio";
version = "4.27.0";
version = "4.29.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -71,7 +71,7 @@ buildPythonPackage rec {
# and upstream has stopped tagging releases since 3.41.0
src = fetchPypi {
inherit pname version;
hash = "sha256-617zutFhS8NGO4+fcALH8aKbk+reGC65DNWKVVKiWEw=";
hash = "sha256-17KT0b9kBO+xLgIgxfpwjETDoRM4aTJPlJv7HjkJXjo=";
};
# fix packaging.ParserSyntaxError, which can't handle comments