Commit c207a5ef authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python311Packages.gradio: 4.27.0 -> 4.29.0

parent 2e1287b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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