Unverified Commit 1d327583 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

python3Packages.gradio: 6.2.0 -> 6.3.0 (#479781)

parents bd76ed1d b1bbc0b3
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 {