mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python311Packages.gradio-client: 0.14.0 -> 0.16.1
Changelog: https://github.com/gradio-app/gradio/releases/tag/gradio_client%400.16.1
This commit is contained in:
parent
ce7467e303
commit
2e1287b70a
@ -28,8 +28,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "gradio-client";
|
||||
version = "0.14.0";
|
||||
format = "pyproject";
|
||||
version = "0.16.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@ -37,9 +37,9 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "gradio-app";
|
||||
repo = "gradio";
|
||||
rev = "refs/tags/@gradio/client@${version}";
|
||||
rev = "refs/tags/gradio_client@${version}";
|
||||
sparseCheckout = [ "client/python" ];
|
||||
hash = "sha256-7oC/Z3YUiOFZdv/60q7PkfluV77broRkHgWiY9Vim9Y=";
|
||||
hash = "sha256-SVUm9LrjYG0r3U1yOd3rctxVMYlnAOW+Opqy9c3osnw=";
|
||||
};
|
||||
prePatch = ''
|
||||
cd client/python
|
||||
@ -52,7 +52,7 @@ buildPythonPackage rec {
|
||||
"websockets"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
hatch-fancy-pypi-readme
|
||||
|
Loading…
Reference in New Issue
Block a user