Skip to content

Commit

Permalink
python312Packages.gradio-client: 1.0.1 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored and gador committed Aug 4, 2024
1 parent 6e0b4f6 commit 6981336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gradio/client.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

buildPythonPackage rec {
pname = "gradio-client";
version = "1.0.1";
version = "1.2.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
# not to be confused with @gradio/client@${version}
rev = "refs/tags/gradio_client@${version}";
sparseCheckout = [ "client/python" ];
hash = "sha256-nbOWg2ZPcXTft7e4tR5p5xecVU62en0hEdXqAgLDZF4=";
hash = "sha256-l5WHNerSYNXrFGOpAqxxh0JLiFpatxq6a62q83tEavo=";
};
prePatch = ''
cd client/python
Expand Down

0 comments on commit 6981336

Please sign in to comment.