Commit b1bbc0b3 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.gradio: 6.2.0 -> 6.3.0

parent 892e95f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,14 +81,14 @@ let
in
buildPythonPackage rec {
  pname = "gradio";
  version = "6.2.0";
  version = "6.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "gradio-app";
    repo = "gradio";
    tag = "gradio@${version}";
    hash = "sha256-lD0tMqkbuLMLAkdjT52ZXx9I+Cs3OVI0oQmN+VPEBts=";
    hash = "sha256-JnoA+nQMmP5gA6VTPidv0kon8rc2bc8tmS61T2PdFc4=";
  };

  pnpmDeps = fetchPnpmDeps {