We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a57eb commit 9d60ea8Copy full SHA for 9d60ea8
pkgs/development/python-modules/gradio/default.nix
@@ -73,14 +73,14 @@
73
74
buildPythonPackage rec {
75
pname = "gradio";
76
- version = "5.29.0";
+ version = "5.29.1";
77
pyproject = true;
78
79
src = fetchFromGitHub {
80
owner = "gradio-app";
81
repo = "gradio";
82
tag = "gradio@${version}";
83
- hash = "sha256-zNqWJHnjWezueev5J2Ew8FsbHXUBDkfjCOmWhJJng8k=";
+ hash = "sha256-nL+m64JTLRS5UOB9WSl7lpsw8v0Vzkt7XWGl9a08Xko=";
84
};
85
86
pnpmDeps = pnpm_9.fetchDeps {
0 commit comments