python3Packages.gradio-client: 2.5.0 -> 2.6.0

(cherry picked from commit 5e900f31fe)
This commit is contained in:
R. Ryantm
2026-08-02 00:17:36 +00:00
committed by Peder Bergebakken Sundt
parent f0310d7bdb
commit 0599c7605e
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
buildPythonPackage (finalAttrs: {
pname = "gradio-client";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
# no tests on pypi

View File

@@ -82,7 +82,7 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "gradio";
version = "6.20.0"; # please always backport gradio changes
version = "6.22.0"; # please always backport gradio changes
pyproject = true;
__structuredAttrs = true;
@@ -90,7 +90,7 @@ buildPythonPackage (finalAttrs: {
owner = "gradio-app";
repo = "gradio";
tag = "gradio@${finalAttrs.version}";
hash = "sha256-q5OoMguG/f0A3c6X+zotafc3kRRuebxMBPUIlrlcNFI=";
hash = "sha256-9FcGnZ/yktKM8sTGpgTv3QLIe2IoGbSw10rLWgj1zSU=";
};
patches = [
@@ -107,7 +107,7 @@ buildPythonPackage (finalAttrs: {
inherit (finalAttrs) version src;
inherit pnpm;
fetcherVersion = 4;
hash = "sha256-xCxr/jnp9emeB6THGt4cumvApw6fSZQwG2NGOcvR0yQ=";
hash = "sha256-TX4sLAfka/j002OsUKqxqi5B6Fb+DXSGdeL+w6V9XuM=";
};
env = {