Skip to content

Commit

Permalink
python312Packages.gradio-client: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Oct 18, 2024
1 parent 04c9c9d commit 39ae9c1
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 @@ -28,7 +28,7 @@

buildPythonPackage rec {
pname = "gradio-client";
version = "1.3.0";
version = "1.4.0";
pyproject = true;

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

0 comments on commit 39ae9c1

Please sign in to comment.