Skip to content

Commit 9d60ea8

Browse files
committed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/gradio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373

7474
buildPythonPackage rec {
7575
pname = "gradio";
76-
version = "5.29.0";
76+
version = "5.29.1";
7777
pyproject = true;
7878

7979
src = fetchFromGitHub {
8080
owner = "gradio-app";
8181
repo = "gradio";
8282
tag = "gradio@${version}";
83-
hash = "sha256-zNqWJHnjWezueev5J2Ew8FsbHXUBDkfjCOmWhJJng8k=";
83+
hash = "sha256-nL+m64JTLRS5UOB9WSl7lpsw8v0Vzkt7XWGl9a08Xko=";
8484
};
8585

8686
pnpmDeps = pnpm_9.fetchDeps {

0 commit comments

Comments
 (0)