Loading pkgs/development/python-modules/paddlex/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ typing-extensions, ujson, distutils, huggingface-hub, }: let Loading Loading @@ -49,14 +50,14 @@ let in buildPythonPackage rec { pname = "paddlex"; version = "3.0.1"; version = "3.0.3"; pyproject = true; src = fetchFromGitHub { owner = "PaddlePaddle"; repo = "PaddleX"; tag = "v${version}"; hash = "sha256-qov5nqGIsSfaho2dcWVsyWKQlJsIJgdX3rDz66JtLDI="; hash = "sha256-uIpt2I6Lx/nJDh4sZYBI6dL8IveQf6aOxA/9vKFU2nU="; }; build-system = [ setuptools ]; Loading @@ -82,6 +83,7 @@ buildPythonPackage rec { typing-extensions ujson gputil huggingface-hub ]; meta = { Loading Loading
pkgs/development/python-modules/paddlex/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ typing-extensions, ujson, distutils, huggingface-hub, }: let Loading Loading @@ -49,14 +50,14 @@ let in buildPythonPackage rec { pname = "paddlex"; version = "3.0.1"; version = "3.0.3"; pyproject = true; src = fetchFromGitHub { owner = "PaddlePaddle"; repo = "PaddleX"; tag = "v${version}"; hash = "sha256-qov5nqGIsSfaho2dcWVsyWKQlJsIJgdX3rDz66JtLDI="; hash = "sha256-uIpt2I6Lx/nJDh4sZYBI6dL8IveQf6aOxA/9vKFU2nU="; }; build-system = [ setuptools ]; Loading @@ -82,6 +83,7 @@ buildPythonPackage rec { typing-extensions ujson gputil huggingface-hub ]; meta = { Loading