nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.gradio-client: 1.7.2 -> 1.10.0

+2 -2
+2 -2
pkgs/development/python-modules/gradio/client.nix
··· 32 32 33 33 buildPythonPackage rec { 34 34 pname = "gradio-client"; 35 - version = "1.7.2"; 35 + version = "1.10.0"; 36 36 pyproject = true; 37 37 38 38 # no tests on pypi ··· 42 42 # not to be confused with @gradio/client@${version} 43 43 tag = "gradio_client@${version}"; 44 44 sparseCheckout = [ "client/python" ]; 45 - hash = "sha256-9hEls6f3aBNg7W2RGhu68mJSGlUScpNqMGsdHxTGyRY="; 45 + hash = "sha256-6sfY8a6CCfkczsF4yvjOuUZOcyiXx1zK7pUHUtYMq/Q="; 46 46 }; 47 47 48 48 sourceRoot = "${src.name}/client/python";